Provide a "+" operator for rbind of tangram tables | +.tangram |
Add a footnote to a table | add_footnote |
Add indentations to left column row headers | add_indent |
Flatten variable arguments | args_flatten |
Convert data type to a factor if it's not already | as.categorical |
A left/right branch in an Abstract Syntrax Tree. This inherits from ASTNode, and is intended to be a base class as well. Should never be instantiated directly as once again the semantic information is contained in the class name. | ASTBranch |
A specified function call as an ASTNode | ASTFunction |
The multiplication of two terms, as an ASTNode. | ASTMultiply |
A Node in an Abstract Syntax Tree (AST) | ASTNode |
The addition of two terms, in an ASTNode. | ASTPlus |
The root ASTNode of a formula. | ASTTableFormula |
A Variable in an Abstract Syntax Tree (AST) | ASTVariable |
A cbind for generated table tangram objects. | cbind.tangram |
Construct a table cell from an object | cell |
Create a cell_header object of the given text. | cell_header |
Create an cell_label (S3) object of the given text. | cell_label |
Create an cell_n (S3) object of the given statistic | cell_n |
Create a cell_subheader object of the given text. | cell_subheader |
Create a function to transform all cells of a table | cell_transform |
A set of magrittr operators for tangram tables | add_col add_row carriage_return col_header cursor_down cursor_left cursor_pos cursor_right cursor_up home line_feed new_col new_line new_row row_header set_caption set_colspan set_footnote set_id set_rowspan set_style table_apply write_cell |
Generate an csv from a tangram or cell object | csv csv.default csv.tangram |
Return a CSS file as a string | custom_css |
Delete given column(s) from a table | del_col |
Delete a row(s) from a table | del_row |
Derive label of AST node. | derive_label |
Drop all statistics columns from a table. | drop_statistics |
Guess the best format for a given set of numerical data | format_guess |
Determine data type of a vector loosely consistent with Hmisc. | hmisc_data_type |
Cleanup an intercept only model | hmisc_intercept_cleanup |
Cell Generation functions for hmisc default | hmisc_cell hmisc_chi2 hmisc_fraction hmisc_fstat hmisc_iqr hmisc_p hmisc_spearman hmisc_wilcox |
S3 html5 Method function for use on a tangram to generate HTML5 | html5 |
Convert an abstract cell object into an HTML5 string | html5.cell |
Convert an abstract cell_header object into an HTML5 string | html5.cell_header |
Convert a cell_label object into an HTML5 string | html5.cell_label |
Convert an abstract cell_n object into an HTML5 string | html5.cell_n |
Convert an abstract cell_subheader object into an HTML5 string | html5.cell_subheader |
Default conversion to HTML5 for a character cell | html5.character |
Default conversion to HTML5 for an abstract table element | html5.default |
Default conversion to HTML5 for a logical cell | html5.logical |
Convert a tangram class into an HTML5 string | html5.tangram |
Generate an index from a tangram or cell object | index |
Generate an index from a label object | index.cell_label |
Generate an index from a cell object | index.default |
Generate an index from a list object | index.list |
Generate an an index from a tangram object | index.tangram |
Insert a column into a tangram table | insert_column |
Insert a row into a tangram table | insert_row |
Determine if a vector is binomial or not | is.binomial |
Determine if a vector is categorical or not | is.categorical |
Key derivation helper function | key |
Style Bundle for Lancet style | lancet |
Cell Generation functions for Lancet styling | lancet_cell |
Create an cell_fraction (S3) in NEJM style of the given data | lancet_fraction |
Create a mean/sd cell object of the given data in Lancet style | lancet_mean_sd |
Render to LaTeX methods for tangram cell objects | latex latex.cell latex.cell_header latex.cell_label latex.cell_subheader latex.default latex.logical latex.tangram |
Return a LaTeX template that works with tangram | latex_template |
LaTeX safe string conversion | latexify |
Style Bundle for Closer to NEJM style | nejm |
Cell Generation functions for nejm default | nejm_cell |
Create an cell_fraction (S3) in NEJM style of the given data | nejm_fraction |
Create a interquartile range cell object of the given data NEJM style | nejm_iqr |
Create a NEJM style range | nejm_range |
The parser class for generating abstract syntax trees for given table formulas. | Parser |
Mayo Clinic Primary Biliary Cirrhosis Data | pbc |
Provide a "|" operator for cbind of tangram tables | pipe.tangram |.tangram |
Print methods for tangram objects | print.cell print.summary.tangram print.tangram |
Tangram transform for proc_tab style summaries via a function | proc_tab |
An rbind for generated tables tangram objects. | rbind.tangram |
Format a vector of provided numeric values | render_f |
Router for rendering method | render_route_tangram |
Replace a cell's contents | replace_cell |
Generate an Rmd table entry from a cell object | rmd rmd.cell rmd.cell_n rmd.default rmd.tangram |
S3 object to return number of rows/cols in object | cols cols.list rows rows.list |
S3 rtf Method function for use on abstract table class | rtf |
Default conversion to RTF for an abstract table element | rtf.default |
Convert a tangram into an RTF string or file | rtf.tangram |
Select given column(s) from a table | select_col |
Select given row(s) from a table | select_row |
List of lists, should contain a "Type" entry with a function to determine type of vector passed in. Next entries are keyed off returned types from function, and represent the type of a row. The returned list should contain the same list of types, and represents the type of a column. Thus it now returns a function to process the intersection of those two types. | smd |
Cell Generation functions for SMD comparisons of categorical to numerical | smd_cell |
Create a SMD for a categorical set of column versus a numerical row | smd_compare |
Create a contingency table with SMD given a row column of a formula | smd_contingency |
Create an SMD distance cell | smd_dist |
Create a fraction cell in the smd transform | smd_fraction |
Create an SMD mean and standard deviation cell | smd_meansd |
Compute the standardized mean distance between 2 groups for numerical or categorical information. Using method described in 'A unifed approach to measuring the effect size between two groups using SAS' by Dongsheng Yand and Jarrod E. Dalton, 2012. SAS Global Forum 2012 | standard_difference |
Style Bundle for Hmisc defaults | hmisc summarize_chisq summarize_kruskal_horz summarize_kruskal_vert summarize_spearman |
Create a summarization for a categorical set of column versus a numerical row in NEJM style | summarize_nejm_horz |
Create a summarization for a categorical row versus X numerical column | summarize_nejm_vert |
The default method for rendering tangram objects | summary.cell summary.tangram |
Given a tangram object with embedded tables, flattens to a single table. | table_flatten |
Table creation methods | tangram tangram.anova.lme tangram.character tangram.clmm2 tangram.data.frame tangram.formula tangram.ftable tangram.lm tangram.matrix tangram.numeric tangram.rms tangram.summary.clmm2 tangram.summary.lm tangram.table tangram.tbl_df |
A token in the formula grammar | Token |