| vkSetters | R Documentation | 
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")
)
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"  | 
Alexey Seleznev
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.