base_tab_exp: Slight formatting for exporting a base tab object

View source: R/base_tab_exp.R

base_tab_expR Documentation

Slight formatting for exporting a base tab object

Description

Replace LaTeX code with something more readable. This is a simple convenience function that gsub:s the latex code from the first row of the ucr base tab 'tab' component.

Usage

base_tab_exp(object, replacer = " -:- ")

Arguments

object

A ucr.base.tab object or the 'tab' component of that list.

replacer

Replace the LaTeX in first column with this

Author(s)

Henrik Renlund

Examples

## Apply this to the base tab object to make it more readable
## bt <- ucr.base.tab(my_data)
## write.csv(ucr_tab_exp(bt), file = "path/to/file.csv")

renlund/ucR documentation built on March 25, 2023, 10:10 a.m.