Retrieves Ministry of Health service location points (hospitals, clinics,
and other health service facilities) from the LIO Open Data REST service
(LIO_Open09/26), optionally filtered by service type.
Arguments
- service_type
Character or
NULL. If supplied, filters results to rows whereSERVICE_TYPEequals this value. IfNULL(the default), no filter is applied.- 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.