rym_get_goals: List of goals

Description Usage Arguments Value Author(s) References Examples

View source: R/rym_get_goals.R

Description

Returns information about the purpose of the yandex metrica counter.

Usage

1
rym_get_goals(counter, login = NULL, token.path = getwd())

Arguments

counter

Yandex Metrika counter ID

login

character, Your Yandex login

token.path

character, Directory for store API credential

Value

Data frame with list of yandex metrica counters

Author(s)

Alexey Seleznev

References

Official docs of 'Yandex Metrica Management API'

Docs on rym website

Run vignette("rym-management-api", package = "rym") to see the corresponding vignette.

Examples

1
2
3
4
## Not run: 
my_counters <- rym_get_goals(login = "my_login")

## End(Not run)

grkhr/rym documentation built on Dec. 2, 2019, 4:25 a.m.