csb_load_variables: Load CSB Variable Definitions

View source: R/csb_load_variables.R

csb_load_variablesR Documentation

Load CSB Variable Definitions

Description

Provides direct access to the CSB's variable definitions, which are available for download from the City of St. Louis's open data site.

Usage

csb_load_variables(tidy = TRUE)

Arguments

tidy

A logical scalar; if TRUE, variable names will be converted to lower case and reordered. Two variables with incomplete data - problem city (PROBCITY) and problem zip code (PROBZIP) - are dropped to limit use of memory. This mirrors the functionality of csb_get_data.

Value

A tibble containing variable names and definitions.

See Also

City of St. Louis Open Data, City of St. Louis CSB Data

Examples

csb_load_variables()
csb_load_variables(tidy = FALSE)


slu-openGIS/stlcsb documentation built on Jan. 28, 2024, 12:10 p.m.