clean_BRFSS: Clean the BRFSS data

Description Usage Arguments Value Author(s) Examples

View source: R/clean_BRFSS.R

Description

Write all cleaning process in this file

Usage

1

Arguments

df

Value

A data frame

Author(s)

Jiacheng He

Examples

1
2
read_BRFSS(2000) %>% clean_BRFSS()
lapply(1995:2010, read_BRFSS) %>% merge_BRFSS() %>% clean_BRFSS()

JiachengHe/MSP documentation built on May 17, 2019, 6:20 p.m.