funchir (version 0.2.0)

funchir-table: Convenient Wrappers for creating and printing tables

Description

Here are wrappers for common table creation/manipulation/printing operations.

Usage

sanitize2(str)

Arguments

str

character vector.

Details

sanitize2 is a replacement to the internal sanitize function used by default in xtable. Adds items for fixing left and right square brackets, which are (in the current--2017/03/03--version of print.xtable ) by default left alone, which can cause errors.

Examples

Run this code
# NOT RUN {
  sanitize2('$\\mathcal{B}$')
# }

Run the code above in your browser using DataLab