Description Usage Arguments Value Note Examples
Extract a tidy data frame from geoRSS, geo-Atom and geoJSON feeds
1 2 3 4 5 6 7 |
feed |
|
config |
Arguments passed off to |
clean_tags |
default |
list |
default |
parse_dates |
|
A data frame of class "sf", "tbl_df", "tbl" and "data.frame".
tidygeo()
attempts to parse columns that should contain
dates. This can fail, as can be seen in tidyRSS
here. If you need
lower-level control over the parsing of dates, it's better to leave
parse_dates
equal to FALSE
and then parse these yourself.
1 | ## Not run: tidygeo("https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_hour.atom")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.