Package 'californiaalw'

Title: California Assisted Living Waiver Facility Data
Description: Provides reproducible access to prepared public administrative data on facilities participating in California's Medicaid Assisted Living Waiver. Includes 1,224 facility records across 15 counties, licensed capacity, public contact and geographic fields, county aggregates, and statewide enrollment and waitlist context from the California Department of Health Care Services.
Authors: Assaf Ichaki [aut, cre]
Maintainer: Assaf Ichaki <[email protected]>
License: MIT + file LICENSE
Version: 0.1.0
Built: 2026-07-22 20:13:10 UTC
Source: https://github.com/asafichaki/californiaalw

Help Index


California Assisted Living Waiver Facility Data

Description

R access to prepared public administrative data on facilities participating in California's Medicaid Assisted Living Waiver.


Load California ALW county aggregates

Description

Loads county-level facility counts and licensed capacity together with the statewide enrollment and waitlist context published by DHCS.

Usage

alw_counties()

Value

A data frame with one row for each of the 15 ALW counties. Statewide enrollment and waitlist values repeat on every row and must not be summed.

Examples

counties <- alw_counties()
counties[, c("county", "participating_facilities", "licensed_capacity_peu")]

Load California ALW facility records

Description

Loads prepared public administrative records for facilities participating in California's Medicaid Assisted Living Waiver.

Usage

alw_facilities()

Value

A data frame with one row per record in the source DHCS feature service. Provider numbers are character values and are not necessarily unique to a row.

Examples

facilities <- alw_facilities()
nrow(facilities)

Return provenance and citation metadata

Description

Returns the authoritative DHCS source, the prepared California Care Compass dataset page, repository, license, version and citation information.

Usage

alw_metadata()

Value

A named list containing source, prepared dataset, repository, license, version and recommended citation values.

Examples

alw_metadata()