- New function:
check_for_missing()
to force stop or print missing values when present. - New feature:
clean_excel_date()
now has averbose
argument set toFALSE
. - Many function additions from legacy tools package
- Functions for converting non-finite values
na_to()
,inf_to()
,nan_to
,nonfinite_to()
- Functions for string formatting (padding to given length)
format_mrn()
,safe_pad()
perc_change()
for calculating % changeperc.table()
for pretty version ofbase::prop.table()
clean_excel_date()
for converting excel dates toDate
/POSIXct
classes
- Initial creation (development version)
- contains shorthand functions
g()
,gg()
,hh()
fordplyr::glimpse()
,glue::glue()
, andhere::here()
generate_template()
for reading in lines of text (e.g. SQL script) withglue::glue()
syntax support