zs_fetch: Fetch Map Data (HSPEC)

View source: R/zs_fetch.R

zs_fetchR Documentation

Fetch Map Data (HSPEC)

Description

Fetch Map Data (HSPEC)

Usage

zs_fetch(x, path, ...)

Arguments

x

a url for a csv file. required.

path

a path to write to. required.

...

curl options

Examples

## Not run: 
tmpf <- tempfile(fileext = ".csv")
zs_fetch(
  x = "http://www.aquamaps.org/CSV/1481849181.csv",
  path = tmpf
)

## End(Not run)

ropenscilabs/zissou documentation built on May 18, 2022, 8:34 p.m.