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
)
an Access Key issued by Wildlife Computers for their API
a Secret Key issued by Wildlife Computers for their API
a WC data owner ID
(logical) should data owned by collaborators be
downloaded. Ignored if owner.id
provided.
(logical) should deployment zipfile be unzipped into destination directory.