Learn R Programming

aws.alexa (version 0.1.8)

browse_categories: Browse Categories

Description

Uses data from dmoz.org, which is no longer updated.

Usage

browse_categories(
  path = NULL,
  response_group = "Categories",
  description = TRUE,
  ...
)

Arguments

path

String; Required; valid category path

response_group

String; Required; One of the following: Categories, RelatedCategories, LanguageCategories, LetterBars

description

Boolean; Optional; Whether or not to return descriptions of categories; Default is TRUE

Additional arguments passed to alexa_GET.

Value

data.frame with 5 columns: path, title, sub_category_count, total_listing_count, description

References

https://docs.aws.amazon.com/AlexaWebInfoService/latest/index.html?ApiReference_CategoryBrowseAction.html

Examples

Run this code
# NOT RUN {
browse_categories(path="Top/Arts")
# }

Run the code above in your browser using DataLab