powered by
Returns information about the permissions to manage the counter and viewing statistics from 'management API'.
rym_users_grants(counter, login = getOption("rym.user"), token.path = getOption("rym.token_path"))
Data frame with list of yandex metrika counter users
Login of the user who has been given permission to manage the counter.
Access level, one of view, edit, public_stat.
Date of granting access in the format YYYY-MM-DD'T'hh: mm: ssZ.
An arbitrary comment. The number of characters can not exceed 255.
Logical, is partner access or not.
Yandex Metrika counter ID, you can get ids of all your conters over rym_counters
character, Your Yandex login
character, Directory for store API credential, by default is your work directory
Alexey Seleznev
Official docs
Run vignette("rym-management-api", package = "rym") to see the corresponding vignette.
vignette("rym-management-api", package = "rym")
if (FALSE) { users <- rym_users_grants(counter = "your_counter_id", login = "your_login") }
Run the code above in your browser using DataLab