Description Usage Arguments Value Examples
prepares data by choosing fedState or summing over fedState. Also calculates values per capita, incidence rate and mortality rate
1 | prepareData(df, fstate = "ALL")
|
df |
dataframe to prepare |
fstate |
federalstate, defaults to ALL |
cleaned dataframe
1 2 | prostate <- removeNans(cancerData[['prostate']][[1]])
prepareData(prostate,"ALL")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.