Package: tidytable 0.11.0.9

tidytable: Tidy Interface to 'data.table'

A tidy interface to 'data.table', giving users the speed of 'data.table' while using tidyverse-like syntax.

Authors:Mark Fairbanks [aut, cre], Abdessabour Moutik [ctb], Matt Carlson [ctb], Ivan Leung [ctb], Ross Kennedy [ctb], Robert On [ctb], Alexander Sevostianov [ctb], Koen ter Berg [ctb]

tidytable_0.11.0.9.tar.gz
tidytable_0.11.0.9.zip(r-4.5)tidytable_0.11.0.9.zip(r-4.4)tidytable_0.11.0.9.zip(r-4.3)
tidytable_0.11.0.9.tgz(r-4.4-any)tidytable_0.11.0.9.tgz(r-4.3-any)
tidytable_0.11.0.9.tar.gz(r-4.5-noble)tidytable_0.11.0.9.tar.gz(r-4.4-noble)
tidytable_0.11.0.9.tgz(r-4.4-emscripten)tidytable_0.11.0.9.tgz(r-4.3-emscripten)
tidytable.pdf |tidytable.html
tidytable/json (API)
NEWS

# Install tidytable in R:
install.packages('tidytable', repos = c('https://markfairbanks.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/markfairbanks/tidytable/issues

On CRAN:

165 exports 439 stars 7.30 score 12 dependencies 8 dependents 2.4k downloads

Last updated 2 days agofrom:d1031a9471

Exports:%>%%between%%chin%%in%%like%%notin%acrossadd_countadd_tallyall_ofanti_joinany_ofarrangeas_tidytablebetweenbind_colsbind_rowsc_acrosscasecase_matchcase_whencoalescecompleteconsecutive_idcontainscountcross_joincrossingcume_distcur_columncur_datacur_group_idcur_group_rowsdata.tabledense_rankdescdistinctdrop_nadtends_withenexprenexprsenframeenquoenquoseverythingexpandexpand_gridexprexprsextractfillfilterfirstfreadfull_joinfwriteget_dummiesgetDTthreadsglimpsegroup_bygroup_colsgroup_splitgroup_varsif_allif_anyif_elseinner_joininv_gcis_grouped_dfis_tidytablelaglastlast_colleadleft_joinmapmap_chrmap_dblmap_dfmap_dfcmap_dfrmap_intmap_lglmap_vecmap2map2_chrmap2_dblmap2_dfmap2_dfcmap2_dfrmap2_intmap2_lglmap2_vecmatchesmin_rankmutatemutate_rowwisenn_distinctna_ifnestnest_bynest_joinnestingnew_tidytablenthnum_rangepercent_rankpickpivot_longerpivot_widerpmappmap_chrpmap_dblpmap_dfpmap_dfcpmap_dfrpmap_intpmap_lglpmap_vecpullquoquosrecodereframerelocaterenamerename_withreplace_naright_joinrow_numberrowwiseselectsemi_joinseparateseparate_longer_delimseparate_rowsseparate_wider_delimseparate_wider_regexsetDTthreadssliceslice_headslice_maxslice_minslice_sampleslice_tailstarts_withsummarisesummarizesymsymstallytidytabletop_ntransmutetribbleuncountungroupuniteunnestunnest_longerunnest_widerwalkwhere

Dependencies:clidata.tablefansigluelifecyclemagrittrpillarrlangtidyselectutf8vctrswithr

Readme and manuals

Help Manual

Help pageTopics
Fast '%in%' and %notin% operators%in% %notin%
Apply a function across a selection of columnsacross
Add a count column to the data frameadd_count add_tally
Arrange/reorder rowsarrange
Coerce an object to a data.table/tidytableas_tidytable
Do the values from x fall between the left and right bounds?between
Bind data.tables by row and columnbind_cols bind_rows
Combine values from multiple columnsc_across
'data.table::fcase()' with vectorized defaultcase
Vectorized 'switch()'case_match
Case whencase_when
Coalesce missing valuescoalesce
Complete a data.table with missing combinations of datacomplete
Generate a unique id for consecutive valuesconsecutive_id
Context functionscontext cur_column cur_data cur_group_id cur_group_rows
Count observations by groupcount tally
Cross joincross_join
Create a data.table from all unique combinations of inputscrossing
Descending orderdesc
Select distinct/unique rowsdistinct
Drop rows containing missing valuesdrop_na
Pipeable data.table calldt
Convert a vector to a data.table/tidytableenframe
Expand a data.table to use all combinations of valuesexpand nesting
Create a data.table from all combinations of inputsexpand_grid
Extract a character column into multiple columns using regexextract
Fill in missing values with previous or next valuefill
Filter rows on one or more conditionsfilter
Extract the first, last, or nth value from a vectorfirst last nth
Read/write filesfread
Convert character and factor columns to dummy variablesget_dummies
Groupinggroup_by ungroup
Selection helper for grouping columnsgroup_cols
Split data frame by groupsgroup_split
Get the grouping variablesgroup_vars
Create conditions on a selection of columnsif_all if_any
Fast if_elseif_else
Run invisible garbage collectioninv_gc
Check if the tidytable is groupedis_grouped_df
Test if the object is a tidytableis_tidytable
Get lagging or leading valueslag lead
Join two data.tables togetheranti_join full_join inner_join left_join right_join semi_join
Apply a function to each element of a vector or listmap map2 map2_chr map2_dbl map2_df map2_dfc map2_dfr map2_int map2_lgl map2_vec map_chr map_dbl map_df map_dfc map_dfr map_int map_lgl map_vec pmap pmap_chr pmap_dbl pmap_df pmap_dfc pmap_dfr pmap_int pmap_lgl pmap_vec walk
Add/modify/delete columnsmutate
Add/modify columns by rowmutate_rowwise
Number of observations in each groupn
Count the number of unique values in a vectorn_distinct
Convert values to 'NA'na_if
Nest columns into a list-columnnest
Nest data.tablesnest_by
Nest joinnest_join
Create a tidytable from a listnew_tidytable
Selection version of 'across()'pick
Pivot data from wide to longpivot_longer
Pivot data from long to widepivot_wider
Pull out a single variablepull
Reframe a data framereframe
Relocate a column to a new positionrelocate
Rename variables by namerename
Rename multiple columnsrename_with
Replace missing valuesreplace_na
Ranking functionscume_dist dense_rank min_rank percent_rank row_number
Convert to a rowwise tidytablerowwise
Select or drop columnsselect
Separate a character column into multiple columnsseparate
Split a string into rowsseparate_longer_delim
Separate a collapsed column into multiple rowsseparate_rows
Separate a character column into multiple columnsseparate_wider_delim
Separate a character column into multiple columns using regex patternsseparate_wider_regex
Choose rows in a data.tableslice slice_head slice_max slice_min slice_sample slice_tail
Aggregate data using summary statisticssummarise summarize
Build a data.table/tidytabletidytable
Select top (or bottom) n rows (by value)top_n
Add new variables and drop all otherstransmute
Rowwise tidytable creationtribble
Uncount a data.tableuncount
Unite multiple columns by pasting strings togetherunite
Unnest list-columnsunnest
Unnest a list-column of vectors into regular columnsunnest_longer
Unnest a list-column of vectors into a wide data frameunnest_wider