Other packages > Find by keyword >

tidytable  

Tidy Interface to 'data.table'
View on CRAN: Click here


Download and install tidytable package within the R console
Install from CRAN:
install.packages("tidytable")

Install from Github:
library("remotes")
install_github("cran/tidytable")

Install by package version:
library("remotes")
install_version("tidytable", "0.11.2")



Attach the package and use:
library("tidytable")
Maintained by
Mark Fairbanks
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-02-10
Latest Update: 2024-12-11
Description:
A tidy interface to 'data.table', giving users the speed of 'data.table' while using tidyverse-like syntax.
How to cite:
Mark Fairbanks (2020). tidytable: Tidy Interface to 'data.table'. R package version 0.11.2, https://cran.r-project.org/web/packages/tidytable. Accessed 04 Jun. 2026.
Previous versions and publish date:
0.3.0 (2020-02-10 17:20), 0.3.1 (2020-02-19 07:00), 0.3.2 (2020-03-08 16:20), 0.4.0 (2020-03-28 21:40), 0.4.1 (2020-04-30 14:50), 0.5.0 (2020-05-23 21:10), 0.5.1 (2020-05-29 17:40), 0.5.2 (2020-06-27 00:40), 0.5.3 (2020-07-16 17:10), 0.5.4 (2020-08-10 19:10), 0.5.5 (2020-09-02 08:50), 0.5.6 (2020-09-30 08:30), 0.5.7 (2020-12-16 07:20), 0.5.8 (2021-01-28 19:50), 0.5.9 (2021-03-04 19:10), 0.6.0 (2021-04-02 14:30), 0.6.1 (2021-04-16 16:40), 0.6.2 (2021-05-18 07:20), 0.6.3 (2021-06-22 07:50), 0.6.4 (2021-07-31 06:30), 0.6.5 (2021-09-03 07:10), 0.6.6 (2021-12-10 21:20), 0.6.7 (2022-01-14 04:30), 0.7.0 (2022-02-16 16:10), 0.7.1 (2022-03-23 01:50), 0.7.2 (2022-04-28 18:30), 0.8.0 (2022-06-11 15:30), 0.8.1 (2022-08-18 00:10), 0.9.0 (2022-09-23 18:10), 0.9.1 (2022-10-25 19:40), 0.9.2 (2023-01-13 21:00), 0.10.0 (2023-03-10 01:10), 0.10.1 (2023-04-20 16:40), 0.10.2 (2023-10-04 21:20), 0.11.0 (2024-02-09 09:20), 0.11.1 (2024-07-18 16:20)
Other packages that cited tidytable R package
View tidytable citation profile
Other R packages that tidytable depends, imports, suggests or enhances
Complete documentation for tidytable
Functions, R codes and Examples using the tidytable R package
Some associated functions: across. . across . add_count. . add_count . add_tally. . anti_join. . arrange. . arrange . arrange_across. . as_tidytable . between. . between . bind_cols. . bind_cols . bind_rows. . c_across. . c_across . case. . case . case_match. . case_match . case_when. . case_when . coalesce. . coalesce . complete. . complete . consecutive_id. . consecutive_id . context . count. . count . cross_join . crossing. . crossing . cur_column. . cur_data. . cur_group_id. . cur_group_rows. . desc. . desc . distinct. . distinct . drop_na. . drop_na . dt . enframe. . enframe . expand. . expand . expand_grid. . expand_grid . extract. . extract . fill. . fill . filter. . filter . first. . first . fread. . fread . full_join. . fwrite. . get_dummies. . get_dummies . group_by. . group_by . group_cols . group_split. . group_split . group_vars. . group_vars . if_all. . if_all . if_any. . if_else. . if_else . ifelse. . in-notin . inner_join. . inv_gc . is_grouped_df. . is_grouped_df . is_tidytable . lag . lags. . last. . leads. . left_join. . left_join . map. . map . map2. . map2_chr. . map2_dbl. . map2_df. . map2_dfc. . map2_dfr. . map2_int. . map2_lgl. . map_chr. . map_dbl. . map_df. . map_dfc. . map_dfr. . map_int. . map_lgl. . mutate. . mutate . mutate_across. . mutate_rowwise. . mutate_rowwise . n. . n . n_distinct. . n_distinct . na_if. . na_if . nest. . nest . nest_by. . nest_by . nest_join . nesting. . new_tidytable . nth. . pick . pipe . pivot_longer. . pivot_longer . pivot_wider. . pivot_wider . pmap. . pmap_chr. . pmap_dbl. . pmap_df. . pmap_dfc. . pmap_dfr. . pmap_int. . pmap_lgl. . pull. . pull . rank . recode . reexports . reframe . relocate. . relocate . rename. . rename . rename_with. . rename_with . replace_na. . replace_na . right_join. . row_number. . rowwise. . rowwise . select. . select . semi_join. . separate. . separate . separate_longer_delim . separate_rows. . separate_rows . separate_wider_delim . separate_wider_regex . slice. . slice . slice_head. . slice_max. . slice_min. . slice_sample. . slice_tail. . summarise. . summarize. . summarize . summarize_across. . tally. . tidytable-vctrs . tidytable . top_n. . top_n . transmute. . transmute . tribble . uncount. . uncount . ungroup. . unite. . unite . unnest. . unnest . unnest_longer. . unnest_longer . unnest_wider. . unnest_wider . walk. . 
Some associated R codes: across.R . add_count.R . arrange.R . arrange_across.R . as_tidytable.R . between.R . bind.R . c_across.R . case.R . case_match.R . case_when.R . coalesce.R . complete.R . consecutive_id.R . count.R . crossing.R . cumulative.R . cur-context.R . desc.R . distinct.R . drop_na.R . dt.R . enframe.R . expand.R . expand_grid.R . extract.R . fill.R . filter.R . first-last-nth.R . fread-fwrite.R . get_dummies.R . group_by.R . group_cols.R . group_split.R . if_all-if_any.R . if_else.R . in-notin.R . inv_gc.R . is_tidytable.R . join.R . lag-lead.R . mutate.R . mutate_across.R . mutate_rowwise.R . n.R . n_distinct.R . na_if.R . nest.R . nest_by.R . new_tidytable.R . pick.R . pivot_longer.R . pivot_wider.R . print.R . pull.R . purrr-map.R . purrr-map2.R . purrr-pmap.R . rank.R . recode.R . reexports.R . reframe.R . relocate.R . rename.R . rename_with.R . replace_na.R . rowwise.R . select.R . separate.R . separate_longer_delim.R . separate_rows.R . separate_wider_delim.R . separate_wider_regex.R . slice-head-tail.R . slice-min-max.R . slice.R . slice_sample.R . standalone-zeallot.R . summarize.R . summarize_across.R . tidytable-package.R . tidytable.R . top_n.R . transmute.R . tribble.R . uncount.R . unite.R . unnest.R . unnest_longer.R . unnest_wider.R . utils-across.R . utils-fast_copy.R . utils-general.R . utils-pipe.R . utils-prep_exprs.R . utils-stringr.R . utils-tidyselect.R . vctrs-tidytable.R . zzz.R .  Full tidytable package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

AMPLE  
Shiny Apps to Support Capacity Building on Harvest Control Rules
Three Shiny apps are provided that introduce Harvest Control Rules (HCR) for fisheries management. ...
Download / Learn more Package Citations See dependency  
crplyr  
A 'dplyr' Interface for Crunch
In order to facilitate analysis of datasets hosted on the Crunch data platform ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
golem  
A Framework for Robust Shiny Applications
An opinionated framework for building a production-ready 'Shiny' application. This package contains ...
Download / Learn more Package Citations See dependency  
phers  
Calculate Phenotype Risk Scores
Use phenotype risk scores based on linked clinical and genetic data to study Mendelian disease and ...
Download / Learn more Package Citations See dependency  
shinybusy  
Busy Indicators and Notifications for 'Shiny' Applications
Add indicators (spinner, progress bar, gif) in your 'shiny' applications to show the user that the ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA