Skip to contents

All functions

Cell()
Create Cell Object with Validation (User Interface)
Table1Blueprint()
Create Memory-Efficient Table1 Blueprint Object
add_grand_summary_rows()
Add Grand Summary Rows to a Blueprint
add_spanner()
Add a Column Spanner to a Blueprint
add_spanner_delim()
Add Spanners from Column Name Delimiters
add_summary_rows()
Add Per-Group Summary Rows to a Blueprint
apply_latex_header_formatting()
Apply LaTeX Header Formatting
apply_theme()
Apply Theme to Blueprint
as.data.frame(<table1_blueprint>)
Convert Blueprint to Data Frame
calculate_frequency_table()
Calculate Frequency Table
calculate_summary_stats()
Calculate Summary Statistics
calculate_table_dimensions_themed()
Theme-Aware Table Dimension Calculation
create_custom_theme()
Create Custom Theme
create_theme_bundle()
Create theme bundle
customize_theme()
Customize Theme
detect_variable_type()
Detect Variable Type
dim(<table1_blueprint>)
Get Dimensions of Blueprint
display_table()
Display Blueprint as Formatted Table
escape_html()
Escape HTML Special Characters
escape_latex()
Escape LaTeX Special Characters
evaluate_cell()
Enhanced Cell Evaluation (S3 Generic)
evaluate_cell(<cell_computation>)
Evaluate Computation Cell
evaluate_cell(<cell_content>)
Evaluate Static Content Cell
evaluate_cell(<cell_separator>)
Evaluate Separator Cell
evaluate_cell(<default>)
Default Cell Evaluation Method
export_theme_to_package()
Export theme to R package format
format_cell_content()
Format Cell Content
format_content_for_output()
Format Content for Output Format
format_latex_table_row()
Format a LaTeX table row with theme-specific styling
format_number()
Format Number with Appropriate Precision (Optimized)
format_percentage()
Format Percentage
generate_latex_column_spec()
Generate LaTeX Column Specification
generate_latex_theme_setup()
Generate LaTeX Theme Setup
generate_theme_css()
Generate CSS for Theme Styling
get_latex_rule()
Get LaTeX Rule Command
get_latex_table_environment()
Get LaTeX Table Environment
get_missing_summary()
Get Missing Data Summary
get_theme()
Get Theme Configuration
get_theme_metadata()
Get theme metadata
install_themes_from_bundle()
Install themes from bundle
knit_print.table1_blueprint()
Knitr Print Method for table1_blueprint
list_available_themes()
List Available Themes
list_custom_themes()
List registered custom themes
load_theme_bundle()
Load theme bundle from file
print(<cell>)
Print Method for Cell Objects
print(<table1_blueprint>)
Print Method for Blueprint
print(<table_dimensions>)
Print Method for Optimized Dimensions
print(<theme_bundle>)
Print method for theme bundles
register_theme()
Register a custom theme globally
render_console()
Render Blueprint to Console
render_footnotes()
Render Footnotes
render_html()
Render Blueprint to HTML
render_latex()
Render Blueprint to LaTeX
render_table_content()
Render table content based on output format
render_table_content_latex()
Render table content for LaTeX with theme-specific styling
save_as_image()
Save a Table1 Blueprint as an Image
save_theme_bundle()
Save theme bundle to file
`[`(<table1_blueprint>)
Optimized Cell Access for Blueprint
`[<-`(<table1_blueprint>)
Optimized Cell Assignment for Blueprint
summary(<cell>)
Summary Method for Cell Objects
table1()
Create Publication-Ready Summary Tables (Optimized)
unregister_theme()
Unregister a custom theme
validate_formula_structure()
Validate Formula Structure
validate_inputs()
Validate All Table1 Inputs (Consolidated)