Description Usage Arguments Value Author(s) References Examples
Import a dataset as a tibble
or sf
tibble
.
1 2 | sal_get_dataset(metadata, prioritize_cache = TRUE,
cache_dir = "~/salinasr-cache", ...)
|
metadata |
A |
prioritize_cache |
|
cache_dir |
|
... |
Additional arguments to be passed to or from methods. |
tibble::tibble
, which will also be an sf::st_sf
object if
metadata
refers to data marked as having "geo"
features.
Brendan Knapp brendan.g.knapp@gmail.com
https://cityofsalinas.opendatasoft.com/explore/
1 2 3 4 5 6 7 8 9 | library(salinasr)
library(ggplot2)
bikeways_sf <- sal_get_metadata("bikeways") %>%
sal_get_dataset()
bikeways_sf %>%
ggplot() +
geom_sf()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.