rym_users_grants {rym} | R Documentation |
List of users permissions
Description
Returns information about the permissions to manage the counter and viewing statistics from 'management API'.
Usage
rym_users_grants(counter, login = getOption("rym.user"),
token.path = getOption("rym.token_path"))
Arguments
counter |
Yandex Metrika counter ID, you can get ids of all your conters over rym_counters |
login |
character, Your Yandex login |
token.path |
character, Directory for store API credential, by default is your work directory |
Value
Data frame with list of yandex metrika counter users
user_login |
Login of the user who has been given permission to manage the counter. |
perm |
Access level, one of view, edit, public_stat. |
created_at |
Date of granting access in the format YYYY-MM-DD'T'hh: mm: ssZ. |
comment |
An arbitrary comment. The number of characters can not exceed 255. |
partner_data_access |
Logical, is partner access or not. |
Author(s)
Alexey Seleznev
References
Run vignette("rym-management-api", package = "rym")
to see the corresponding vignette.
Examples
## Not run:
users <- rym_users_grants(counter = "your_counter_id",
login = "your_login")
## End(Not run)
[Package rym version 1.0.6 Index]