vkSetters {rvkstat} | R Documentation |
Set rvkstat options
Description
Helper function for settings options: username, account_id, agency_id, access_token, token_path and console log level
Usage
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
[Package rvkstat version 3.2.0 Index]