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 function type_class() provides the type and class of an object–tc() is a synonym. The type() function provides the object’s type.
tc()
type()
type_class(mtcars)
## type class ## "list" "data.frame"
tc(mtcars)
type(mtcars)
## [1] "list"