powered by
Uses data from dmoz.org, which is no longer updated.
browse_categories( path = NULL, response_group = "Categories", description = TRUE, ... )
String; Required; valid category path
String; Required; One of the following: Categories, RelatedCategories, LanguageCategories, LetterBars
Boolean; Optional; Whether or not to return descriptions of categories; Default is TRUE
Additional arguments passed to alexa_GET.
alexa_GET
data.frame with 5 columns: path, title, sub_category_count, total_listing_count, description
path, title, sub_category_count, total_listing_count, description
https://docs.aws.amazon.com/AlexaWebInfoService/latest/index.html?ApiReference_CategoryBrowseAction.html
# NOT RUN { browse_categories(path="Top/Arts") # }
Run the code above in your browser using DataLab