View source: R/vkGetAdCategories.R
| vkGetAdCategories | R Documentation | 
Returns a table with all possible topics and their subsections of the topics of advertisements from 'Vkontakte'
vkGetAdCategories(
  version      = c("v1", "v2"),
  username     = getOption("rvkstat.username"),
  api_version  = getOption("rvkstat.api_version"),
  token_path   = vkTokenPath(),
  access_token = getOption("rvkstat.access_token")
)
version | 
 Dictionary version, v1 include deprecated themes, v2 exclude deprecated themes.  | 
username | 
 Your vkontakte login.  | 
api_version | 
 Vkontakte API version.  | 
token_path | 
 Path to dir with credentials  | 
access_token | 
 API access tokens obtained using vkAuth or vkGetToken functions  | 
Date frame with the following values:
id | 
 subject identifier.  | 
name | 
 subject name.  | 
subcategories_id | 
 identifier of the subsection.  | 
ubcategories_name | 
 subsection name.  | 
Alexey Seleznev
Documentation for API method ads.getCategories: https://vk.com/dev/ads.getCategories
## Not run: # list of subjects vk_ad_categories <- vkGetAdCategories() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.