eonet_categories: Calls EONET category webservice

Description Usage Details Examples

View source: R/eonet.R

Description

Calls NASA's EONET Webservice and returns all categories available.

Usage

1

Details

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)

Examples

1
2
3
4
## Not run: 
categories <- eonet_categories()

## End(Not run)

nasadata documentation built on May 2, 2019, 2:38 a.m.