wcGetZip: Retrieve a single zip file from Wildlife Computers Data...

View source: R/wcGetZip.R

wcGetZipR Documentation

Retrieve a single zip file from Wildlife Computers Data Portal

Description

wcGetZip will return a path to a downloaded zip file

Usage

wcGetZip(
  id,
  wc.key = Sys.getenv("WCACCESSKEY"),
  wc.secret = Sys.getenv("WCACCESSKEY"),
  keyfile = NULL
)

Arguments

wc.key

public access key (default retrieves from option value set in .Renviron)

wc.secret

secret access key (default retrieves from option value set in .Renviron)

keyfile

path to a json formatted keyfile with WCACCESSKEY and wcSecretKey

Details

The Wildlife Computers Data Portal will return deployment data in the form of a zipped file with various comma-separated files and other accessory files.

Value

a path to the zip file


jmlondon/wcUtils documentation built on March 19, 2024, 8:40 a.m.