rym_get_counters {rym} | R Documentation |
Load Yandex Metrica counters
Description
Returns a list of existing counters available to the user.
Usage
rym_get_counters(login = getOption("rym.user"),
token.path = getOption("rym.token_path"),
search.string = NULL)
Arguments
login |
character, Your Yandex login |
token.path |
character, Directory for store API credential |
search.string |
character, Filter by line. Counters will be displayed, the identifier, name, site or mirrors of which contain the specified substring |
Value
Data frame with list of yandex metrica counters.
Author(s)
Alexey Seleznev
References
Official docs - https://tech.yandex.ru/metrika/doc/api2/management/counters/counters-docpage/
Examples
## Not run:
my_counters <- rym_get_counters(login = "my_login")
## End(Not run)
[Package rym version 1.0.6 Index]