between()
dedup()
dup_rows()
dup_nrow()
dup_mark()
differ2()
expected()
fill()
keep()
load_libraries()
numNA()
rowNA()
colNA()
parity()
recode()
NAvl()
switchv()
rename_file()
stopif()
type_class()
zero_flag()
The zero_flag() function flags a zero at the start of a value. This function is useful for formatting numbers with a specified number of digits such as Social Security Numbers.
zero_flag(700, 4, format = 'd') # == '0700'
## [1] "0700"