Description Usage Details Examples
Calls NASA's EONET Webservice and returns all categories available.
1  | 
Returns data.frame with 5 columns
@field id Unique id (can be used to filter earth_event)
@field title Title of category
@field link Direct json link (the result is equal to filtering all earth_event with category)
@field description Description of category
@field layers Layers of category (see oficial documentation)
1 2 3 4  | ## Not run: 
categories <- eonet_categories()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.