powered by
Returns a list of existing counters available to the user.
rym_get_counters(login = getOption("rym.user"), token.path = getOption("rym.token_path"), search.string = NULL)
Data frame with list of yandex metrica counters.
character, Your Yandex login
character, Directory for store API credential
character, Filter by line. Counters will be displayed, the identifier, name, site or mirrors of which contain the specified substring
Alexey Seleznev
Official docs - https://tech.yandex.ru/metrika/doc/api2/management/counters/counters-docpage/
if (FALSE) { my_counters <- rym_get_counters(login = "my_login") }
Run the code above in your browser using DataLab