Description Usage Arguments Value Author(s) Examples
View source: R/vkGetAdCategories.R
Returns a table with all possible topics and their subsections of the topics of advertisements from 'Vkontakte'
1 | vkGetAdCategories(access_token = NULL, api_version = NULL)
|
access_token |
API access tokens obtained using vkAuth or vkGetToken functions |
api_version |
Vkontakte API version for send request. |
Date frame with the following values:
id |
subject identifier. |
name |
subject name. |
subcategories_id |
identifier of the subsection. |
ubcategories_name |
subsection name. |
Alexey Seleznev
1 2 3 4 5 6 7 8 9 | ## Not run:
## auth
my_tok <- vkAuth(app_id = 1,
client_secret = "H2Pk8htyFD8024mZaPHm")
# list of subjects
vk_ad_categories <- vkGetAdCategories(access_token = my_tok$access_token)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.