Tidy Verbs for Fast Data Manipulation


[Up] [Top]

Documentation for package ‘tidyfst’ version 0.8.8

Help Pages

add_count_dt Count observations by group
all_dt Wise mutate or summarise with "all-at-if"
anti_join_dt Join table by common keys
arrange_dt Arrange entries in data.frame
as_dt Short cut to data.table
at_dt Wise mutate or summarise with "all-at-if"
chop_dt Nest and unnest
complete_dt Complete a data frame with missing combinations of data
count_dt Count observations by group
cummean Cumulative mean
distinct_dt Select distinct/unique rows in data.frame
drop_all_na_cols Dump, replace and fill missing values in data.frame
drop_all_na_rows Dump, replace and fill missing values in data.frame
drop_na_dt Dump, replace and fill missing values in data.frame
dummy_dt Fast creation of dummy variables
export_fst Read and write fst files
fill_na_dt Dump, replace and fill missing values in data.frame
filter_dt Filter entries in data.frame
filter_fst Parse,inspect and extract data.table from fst file
fst Parse,inspect and extract data.table from fst file
full_join_dt Join table by common keys
group_by_dt Group by variable(s) and implement operations
group_dt Data manipulation within groups
group_exe_dt Group by variable(s) and implement operations
if_dt Wise mutate or summarise with "all-at-if"
import_fst Read and write fst files
inner_join_dt Join table by common keys
in_dt Short cut to data.table
lag_dt Fast lead/lag for vectors
lead_dt Fast lead/lag for vectors
left_join_dt Join table by common keys
longer_dt Pivot data from wide to long
mutate_dt Mutate columns in data.frame
mutate_ref Fast operations of data.table by reference
mutate_vars Conditional update of columns in data.table
mutate_when Conditional update of columns in data.table
nest_dt Nest and unnest
nth Extract the nth value from a vector
parse_fst Parse,inspect and extract data.table from fst file
pull_dt Pull out a single variable
relocate_dt Change column order
rename_dt Rename column in data.frame
replace_na_dt Dump, replace and fill missing values in data.frame
right_join_dt Join table by common keys
rowwise_dt Data manipulation within groups
sample_dt Sample n rows from a table
sample_frac_dt Sample n rows from a table
sample_n_dt Sample n rows from a table
select_dt Select column from data.frame
select_fst Parse,inspect and extract data.table from fst file
select_mix Select column from data.frame
semi_join_dt Join table by common keys
separate_dt Separate a character column into two columns using a regular expression separator
set_dt Fast operations of data.table by reference
slice_dt Slice rows in data.frame
slice_fst Parse,inspect and extract data.table from fst file
squeeze_dt Nest and unnest
summarise_dt Summarise columns to single values
summarize_dt Summarise columns to single values
sys_time_print Convenient print of time taken
top_dt Select top (or bottom) n rows (by value)
top_frac_dt Select top (or bottom) n rows (by value)
top_n_dt Select top (or bottom) n rows (by value)
transmute_dt Mutate columns in data.frame
t_dt Efficient transpose of data.frame
unchop_dt Nest and unnest
uncount_dt "Uncount" a data frame
unite_dt Unite multiple columns into one by pasting strings together
unnest_dt Nest and unnest
wider_dt Pivot data from long to wide