sal_get_export_link: Obtain a URL pointing to a specific dataset in the desired...

Description Usage Methods (by class) Author(s) Examples

View source: R/sal_get_export_link.R

Description

Obtain a URL pointing to a specific dataset in the desired file type.

Usage

 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"))

Methods (by class)

Author(s)

Brendan Knapp brendan.g.knapp@gmail.com

Examples

1
2
3
4
5
6
library(salinasr)

meta <- sal_get_metadata("bikeways")

meta %>% 
  sal_get_export_link()

knapply/salinasr documentation built on May 27, 2019, 2:09 p.m.