Usage
read_telraam_cameras(mytoken = get_telraam_token(), usecache = T)
Arguments
- mytoken
the authentication token, if not previously set with usethis::edit_r_environ()
or the set_telraamToken
function
- usecache
logical
used to store the API response in the cache of the package, TRUE
as default
Value
a data frame with the data for all cameras in telraam
Examples
if (FALSE) { # \dontrun{
read_telraam_cameras()
} # }