rym_get_goals: List of goals

View source: R/rym_get_goals.R

rym_get_goalsR Documentation

List of goals

Description

Returns information about the purpose of the yandex metrica counter.

Usage

rym_get_goals(counter, login = getOption("rym.user"), 
          token.path = getOption("rym.token_path"))

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

## Not run: 
my_counters <- rym_get_goals(login = "my_login")

## End(Not run)

selesnow/rym documentation built on March 25, 2023, 7:38 a.m.