rym (version 0.5.1)

rym_get_counters: Load Yandex Metrica counters

Description

Returns a list of existing counters available to the user.

Usage

rym_get_counters(login = NULL, token.path = getwd())

Arguments

login

character, Your Yandex login

token.path

character, Directory for store API credential

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