Retrieve Conservation Authority administrative areas
Source:R/retrieve.R
retrieve_conservation_authority.RdRetrieves Conservation Authority administrative area boundaries from the LIO
Open Data REST service (LIO_Open03/11).
Arguments
- simplify
Logical. If
TRUE(the default), requests generalized geometry from the service. Conservation Authority boundaries are province-scale watersheds; simplification keeps the payload small without losing analytic utility for most crosswalk use-cases.- refresh
Logical. If
TRUE, bypasses any cached copy and re-fetches from the live API. Defaults toFALSE.- max_age
Numeric or
NULL. Maximum acceptable cache age in days; older entries are re-fetched. Defaults toNULL.