Last chance! 50% off unlimited learning
Sale ends in
Returns a table with all possible topics and their subsections of the topics of advertisements from 'Vkontakte'
vkGetAdCategories(access_token = NULL, api_version = NULL)
API access tokens obtained using vkAuth or vkGetToken functions
Vkontakte API version for send request.
Date frame with the following values:
subject identifier.
subject name.
identifier of the subsection.
subsection name.
# 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)
# }
Run the code above in your browser using DataLab