Description Usage Arguments Value References Examples
View source: R/browse_categories.R
Uses data from dmoz.org, which is no longer updated.
1 2 3 4 5 6 | browse_categories(
path = NULL,
response_group = "Categories",
description = TRUE,
...
)
|
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 |
data.frame with 5 columns: path, title, sub_category_count, total_listing_count, description
1 2 3 4 | ## Not run:
browse_categories(path="Top/Arts")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.