Retrieves Ontario Health Region boundaries from the LIO Open Data REST
service (LIO_Open09/52).
Arguments
- simplify
Logical. If
TRUE(the default), requests generalized geometry from the service. Unlikeretrieve_phu(), this layer's full-precision geometry is unreliable to fetch: these 6 regions are province-scale with much more complex boundaries than the 34 PHUs, and the LIO ArcGIS service intermittently fails ("Could not access any server machines") on the unsimplified request for this specific layer. Set toFALSEif you need full precision and are prepared to retry on failure.- 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.