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.10")



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: 2023-08-30
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.10, https://cran.r-project.org/web/packages/rtables. Accessed 21 Dec. 2024.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

batteryreduction  
An R Package for Data Reduction by Battery Reduction
Battery reduction is a method used in data reduction. It uses Gram-Schmidt orthogonal rotations to f ...
Download / Learn more Package Citations See dependency  
condGEE  
Parameter Estimation in Conditional GEE for Recurrent Event Gap Times
Solves for the mean parameters, the variance parameter, and their asymptotic variance in a condition ...
Download / Learn more Package Citations See dependency  
CIFsmry  
Weighted summary of cumulative incidence functions
Estimate of cumulative incidence function in two samples. Provide weighted summary statistics based ...
Download / Learn more Package Citations See dependency  
helda  
Preprocess Data and Get Better Insights from Machine Learning Models
The main focus is on preprocessing and data visualization of machine learning models performances.So ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
SEIRfansy  
Extended Susceptible-Exposed-Infected-Recovery Model
Extended Susceptible-Exposed-Infected-Recovery Model for handling high false negative rate and symp ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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