Helper function for settings options: username, account_id, agency_id, access_token, token_path and console log level
vkSetUsername(username)
vkSetAccountId(account_id)
vkSetAgencyId(agency_id)
vkSetAccessToken(access_token)
vkSetTokenPath(token_path)
vkSetThreshold(
level = c("info", "fatal",
"error", "warn",
"debug", "trace")
)
Your vkontakte login.
Ads account Id.
Agency account Id.
Path to dir with credentials
API access tokens obtained using vkAuth or vkGetToken functions
Console log information level, one of: "info", "fatal", "error", "warn", "debug", "trace"