A Collection of Short Functions For Use in Processing Data For Analysis and Visualization
devtools::install_github("wbannick/willbprocessed")
read_data_directory: read data from an enitre directory into a selection of easy to use formats in R
factor_case: change the case of factor levels while retaining ordering of the levels
factor_to_dummies: convert a factor to dummy rows for all or specified levels
as_percent: convert ratio to percent, specify rounding, and add a '%' at the end if desired