vkSetters: Set rvkstat options

Description Usage Arguments Author(s)

Description

Helper function for settings options: username, account_id, agency_id, access_token, token_path and console log level

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
vkSetUsername(username)
vkSetAccountId(account_id)
vkSetAgencyId(agency_id)
vkSetAccessToken(access_token)
vkSetTokenPath(token_path)
vkSetThreshold(
   level = c("info", "fatal", 
             "error", "warn", 
             "debug", "trace")
)

Arguments

username

Your vkontakte login.

account_id

Ads account Id.

agency_id

Agency account Id.

token_path

Path to dir with credentials

access_token

API access tokens obtained using vkAuth or vkGetToken functions

level

Console log information level, one of: "info", "fatal", "error", "warn", "debug", "trace"

Author(s)

Alexey Seleznev


rvkstat documentation built on Oct. 18, 2021, 5:07 p.m.