browse_categories {aws.alexa}R Documentation

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

## Not run: 
browse_categories(path="Top/Arts")

## End(Not run)

[Package aws.alexa version 0.1.8 Index]