No articles match
Shiny 1 years ago
In This Vignette | About Shiny | Examples | Minimal Example | Further Reading
Outputs 5 years ago
In This Vignette | Overview | Example Table | Output as Plain Text | Output as HTML | Rendering a htmlwidget | Retrieving HTML | Output in Excel | Output as FlexTable | Output in Word | Output in PowerPoint | Output as an R Matrix | Output as an R Data Frame | Further Reading
Styling 5 years ago
In This Vignette | Quick Styling | Styles and Themes | Styles and CSS | XL Styles | Included Themes | Default Theme | Compact Theme | Large Plain Theme | Simple Themes | Styling with the quick table functions | Styling Rows/Columns/Cells | Specifying cell appearance while creating a table from a data frame | Specifying cell appearance while creating a table column-by-column | Specifying cell appearance while creating a table row-by-row | Specifying cell appearance while creating a table cell-by-cell | Changing styling/formatting after table creation using tbl$setStyling() | Formatting cell borders for specific cells | Changing styling/formatting using pt$mapStyling() | Examples | Style mapping example with mapType="logic" | Style mapping example with mapType="range" | Style mapping example with mapType="continuous" | Style mapping example with mapType="function" | Creating a New Theme | Summary of Styling Rules | Styling Output | Further Reading
Introduction 5 years ago
In This Vignette | Introducing basictabler | Sample Data: Trains in Birmingham | Quick-Table Functions | Cell-by-Cell Construction | Further Manipulation | Examples Gallery | Styling | Conditional Formatting | Further Reading
Working with Cells 5 years ago
In This Vignette | Table Cells | Properties of a Table Cell | Creating a Table Cell-by-Cell | Creating a Table Column-by-Column | Creating a Table Row-by-Row | Retrieving Cell Values | Retrieving Cells | Merging Cells | Manipulating Tables | Summary of Table Cells Functions | Further Reading
Finding and Formatting 5 years ago
In This Vignette | Finding and Formatting | Example Table | Getting Cells By Row and/or Column Numbers | Getting cells when specifyCellsAsList=TRUE | Retrieving whole rows of cells when specifyCellsAsList=TRUE | Retrieving whole columns of cells when specifyCellsAsList=TRUE | Retrieving specific cells when specifyCellsAsList=TRUE | Retrieving a mixture of rows, columns and cells when specifyCellsAsList=TRUE | Getting cells when specifyCellsAsList=FALSE | Retrieving whole rows of cells when specifyCellsAsList=FALSE | Retrieving whole columns of cells when specifyCellsAsList=FALSE | Retrieving specific cells when specifyCellsAsList=FALSE | Retrieving multiple cells (2nd row-3rd column, 3rd row-4th column and 5th row-6th column): | Retrieving a mixture of rows, columns and cells when specifyCellsAsList=FALSE | Finding Cells | Conditional Formatting | Further Reading
Excel Export 5 years ago
In This Vignette | Overview | Basic Export (no styling) | Styling and Formatting | Formatting Values | Raw Value | Formatted Values (as text) | Formatted Values (as numbers) | Using Excel to format the values | Column Widths and Row Heights | Performance | Styling Reference | Further Reading
Create Pivot Tables in R6 years ago
Introduction | Contents | Introducing pivottabler | Basic Pivot Table | Constructing the Basic Pivot Table | Outputting the Pivot Table as Plain Text | Extending the Basic Pivot Table | Outline Layout | Quick-Pivot Functions | Examples Gallery | Multiple Levels & Formatted Data Groups | Multiple Calculations & Calculations on Rows | Custom Calculations | Results as a Matrix | Latex Output | Styling | Finding and Formatting Data Groups | Finding and Formatting Cells | Conditional Formatting | Mixing Data Groups and/or Calculations | Combining Pivot Tables | Further Reading