Obtain the telraam segments as a sf object
Usage
read_telraam_segments(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 sf object with all segments with the id
Examples
if (FALSE) { # \dontrun{
read_telraam_segments()
} # }