Other packages > Find by keyword >

rtables  

Reporting Tables
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("rtables", "0.6.15")



Attach the package and use:
library("rtables")
Maintained by
Joe Zhu
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-01-22
Latest Update: 2025-06-19
Description:
Reporting tables often have structure that goes beyond simple rectangular data. The 'rtables' package provides a framework for declaring complex multi-level tabulations and then applying them to data. This framework models both tabulation and the resulting tables as hierarchical, tree-like objects which support sibling sub-tables, arbitrary splitting or grouping of data in row and column dimensions, cells containing multiple values, and the concept of contextual summary computations. A convenient pipe-able interface is provided for declaring table layouts and the corresponding computations, and then applying them to data.
How to cite:
Joe Zhu (2021). rtables: Reporting Tables. R package version 0.6.15, https://cran.r-project.org/web/packages/rtables. Accessed 10 Mar. 2026.
Previous versions and publish date:
0.3.6 (2021-01-22 09:40), 0.3.8 (2021-07-13 22:50), 0.4.0 (2021-10-06 23:50), 0.5.0 (2022-04-01 04:20), 0.5.1 (2022-05-21 08:50), 0.6.0 (2023-03-03 00:30), 0.6.1 (2023-05-25 18:50), 0.6.3 (2023-08-30 19:00), 0.6.6 (2023-12-08 11:40), 0.6.7 (2024-04-15 12:10), 0.6.8 (2024-06-20 17:50), 0.6.9 (2024-06-27 09:00), 0.6.10 (2024-09-20 19:10), 0.6.11 (2025-01-10 05:00), 0.6.12 (2025-04-11 10:40), 0.6.13 (2025-06-19 21:20), 0.6.14 (2025-11-18 07:10)
Other packages that cited rtables R package
View rtables citation profile
Other R packages that rtables depends, imports, suggests or enhances
Complete documentation for rtables
Functions, R codes and Examples using the rtables R package
Some associated functions: CellValue . EmptyColInfo . ManualSplit . MultiVarSplit . VarLevelSplit . Viewer . add_colcounts . add_combo_facet . add_combo_levels . add_existing_table . add_overall_col . add_overall_level . additional_fun_params . analyze . analyze_colvars . append_topleft . as_html . asvec . avarspl . basic_table . brackets . build_table . cbind_rtables . cell_values . cinfo . clear_imods . col_accessors . collect_leaves . compare_rtables . compat_args . constr_args . content_table . counts_wpcts . custom_split_funs . cutsplits . data.frame_export . df_to_tt . dimensions . do_base_split . drop_facet_levels . export_as_docx . find_degen_struct . format_rcell . formatters_methods . gen_args . gfc . head_tail . horizontal_sep . in_rows . indent . indent_string . insert_row_at_path . insert_rrow . int_methods . is_rtable . label_at_path . length-CellValue-method . list_wrap . lyt_args . make_afun . make_col_df . make_col_row_df . make_split_fun . make_split_result . manual_cols . matrix_form-VTableTree-method . names . no_info . paginate . prune_table . qtable_layout . rbind . rcell . reexports . ref_fnotes . rheader . row_accessors . row_paths_summary . rowclasses . rrow . rrowl . rtable . rtinner . sanitize_table_struct . score_funs . section_div . sf_args . sort_at_path . spl_context . spl_context_to_disp_path . spl_variable . split_cols_by . split_cols_by_multivar . split_funcs . split_rows_by . split_rows_by_multivar . summarize_row_groups . summarize_rows . tabclasses . table_shell . table_structure . top_left . tostring . tree_children . trim_levels_in_facets . trim_levels_to_map . trim_prune_funs . trim_rows . trim_zero_rows . tsv_io . tt_to_flextable . ttap . update_ref_indexing . validate_table_struct . value_formats . varcuts . vil . 
Some associated R codes: 00tabletrees.R . Viewer.R . argument_conventions.R . as_html.R . colby_constructors.R . compare_rtables.R . deprecated.R . format_rcell.R . indent.R . index_footnotes.R . make_split_fun.R . make_subset_expr.R . simple_analysis.R . split_funs.R . summary.R . tree_accessors.R . tt_afun_utils.R . tt_compare_tables.R . tt_compatibility.R . tt_dotabulation.R . tt_export.R . tt_from_df.R . tt_paginate.R . tt_pos_and_access.R . tt_showmethods.R . tt_sort.R . tt_test_afuns.R . tt_toString.R . utils.R . validate_table_struct.R . zzz_constants.R .  Full rtables package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

envirem  
Generation of ENVIREM Variables
Generation of bioclimatic rasters that are complementary to the typical 19 bioclim variables. ...
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  
gena  
Genetic Algorithm and Particle Swarm Optimization
Implements genetic algorithm and particle swarm algorithm for real-valued functions. Various modific ...
Download / Learn more Package Citations See dependency  
plyr  
Tools for Splitting, Applying and Combining Data
A set of tools that solves a common set of problems: you need to break a big problem down into mana ...
Download / Learn more Package Citations See dependency  

26,293

R Packages

225,784

Dependencies

70,376

Author Associations

26,294

Publication Badges

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