rym (version 1.0.3)

rym_get_counters: 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.

References

Official docs - https://tech.yandex.ru/metrika/doc/api2/management/counters/counters-docpage/

Examples

Run this code
# NOT RUN {
my_counters <- rym_get_counters(login = "my_login")
# }

Run the code above in your browser using DataCamp Workspace