Description Usage Methods (by class) Author(s) Examples
View source: R/sal_get_export_link.R
Obtain a URL pointing to a specific dataset in the desired file type.
1 2 3 4 5 6 7 8 9 10 | sal_get_export_link(x, type = c("json", "csv", "geojson", "xls", "shp",
"ov2"))
## S3 method for class 'character'
sal_get_export_link(dataset_id, type = c("json",
"csv", "geojson", "xls", "shp", "ov2"))
## S3 method for class 'metadata'
sal_get_export_link(x, type = c("json", "csv",
"geojson", "xls", "shp", "ov2"))
|
character
: Method to obtain a an export link from a character
representing a dataset_id
.
metadata
: Method to obtain a an export link from a metadata
object.
Brendan Knapp brendan.g.knapp@gmail.com
1 2 3 4 5 6 | library(salinasr)
meta <- sal_get_metadata("bikeways")
meta %>%
sal_get_export_link()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.