rym_get_counters: Load Yandex Metrica counters

View source: R/rym_get_counters.R

rym_get_countersR Documentation

Load Yandex Metrica counters

Description

Returns a list of existing counters available to the user.

Usage

rym_get_counters(login = getOption("rym.user"), 
                 token.path = getOption("rym.token_path"),
                 search.string = NULL)

Arguments

login

character, Your Yandex login

token.path

character, Directory for store API credential

search.string

character, Filter by line. Counters will be displayed, the identifier, name, site or mirrors of which contain the specified substring

Value

Data frame with list of yandex metrica counters.

Author(s)

Alexey Seleznev

References

Official docs - https://tech.yandex.ru/metrika/doc/api2/management/counters/counters-docpage/

Examples

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

## End(Not run)

rym documentation built on March 31, 2023, 10:31 p.m.