Learn R Programming

stlcsb (version 0.1.2)

csb_load_variables: 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

Run this code
# NOT RUN {
csb_load_variables()
csb_load_variables(tidy = FALSE)

# }

Run the code above in your browser using DataLab