
Function reference
-
`%->%`
`%<-%`
collect(<default>)
- Alternate assignment (multiple and/or collect results from dplyr)
-
as_dtx()
as_dtf()
as_dtt()
as_dtbl()
default_dtx()
as.matrix(<tbl_df>)
as_matrix()
- Coerce objects into data.frames, data.tables, tibbles or matrices
-
collect_dtx()
collect_dtf()
collect_dtt()
collect_dtbl()
- Force computation of a lazy tidyverse object
-
dtx_rows()
dtf_rows()
dtt_rows()
dtbl_rows()
- Row-wise creation of a data frame
-
list_fstat_functions()
fn()
fna()
`%replacef%`
`%replace_fillf%`
`%-f%`
`%+f%`
`%-+f%`
`%/f%`
`%/*100f%`
`%*f%`
`%modf%`
`%-modf%`
- Fast (flexible and friendly) statistical functions (mainly from collapse) for matrix-like and data frame objects
-
is_dtx()
is_dtf()
is_dtt()
is_dtbl()
- Test if the object is a data frame (data.frame, data.table or tibble)
-
list_speedy_functions()
sgroup_by()
sungroup()
srename()
srename_with()
sfilter()
sfilter_ungroup()
sselect()
smutate()
smutate_ungroup()
stransmute()
stransmute_ungroup()
ssummarise()
sfull_join()
sleft_join()
sright_join()
sinner_join()
sbind_rows()
scount()
stally()
sadd_count()
sadd_tally()
sbind_cols()
sarrange()
spull()
sdistinct()
sdrop_na()
sreplace_na()
spivot_longer()
spivot_wider()
suncount()
sunite()
sseparate()
sseparate_rows()
sfill()
sextract()
- Speedy functions (mainly from collapse and data.table) to manipulate data frames
-
svBase-package
- Base Objects like Data Frames for 'SciViews::R'
-
list_tidy_functions()
filter_ungroup()
mutate_ungroup()
transmute_ungroup()
- Tidy functions (mainly from dplyr and tidyr) to manipulate data frames