Download satellite tracking data and associated tag files via the Wildlife Computers Portal API. User-supplied WC Access Key, WC Secret Key,

Satellite tracking data are downloaded from a user-specified URL (which can include files on GoogleDrive or Dropbox), accessed from the SMRU data server by calling get_smru_mdb(), or accessed from the Wildlife Computers Portal API by calling get_wc_files().

wc_get_files(
  dest = NULL,
  a.key = NULL,
  s.key = NULL,
  owner.id = NULL,
  collaborator = TRUE,
  unzip = TRUE,
  verbose = FALSE
)

Arguments

a.key

an Access Key issued by Wildlife Computers for their API

s.key

a Secret Key issued by Wildlife Computers for their API

owner.id

a WC data owner ID

collaborator

(logical) should data owned by collaborators be downloaded. Ignored if owner.id provided.

unzip

(logical) should deployment zipfile be unzipped into destination directory.