tab_prime: Prime a data frame for inclusion into a latex table

View source: R/table-tabular.R

tab_primeR Documentation

Prime a data frame for inclusion into a latex table

Description

Prime a data frame for inclusion into a latex table

Usage

tab_prime(data, escape_fun = tab_escape)

tab_escape(string, esc = getOption("pmtables.escape", c("_", "%")), ...)

Arguments

data

a data frame

escape_fun

a function to sanitize data frame contents

string

data to sanitize

esc

a character vector of strings to escape

...

used only to allow arguments through


metrumresearchgroup/pmtables documentation built on Dec. 22, 2024, 1:34 a.m.