wt_get_download_summary: Get download summary

View source: R/api.R

wt_get_download_summaryR Documentation

Get download summary

Description

Obtain a table listing projects that the user is able to download data for

Usage

wt_get_download_summary(sensor_id)

Arguments

sensor_id

Can be one of "ARU", "CAM", or "PC"

Value

a dataframe listing the projects that the user can download data for, including: project name, id, year, number of tags, and status.

Examples

## Not run: 
# Authenticate first:
wt_auth()
wt_get_download_summary(sensor_id = "ARU")

## End(Not run)


mabecker89/wildRtrax documentation built on Feb. 5, 2024, 8:50 a.m.