Learn R Programming

kutils (version 1.34)

markupConvert: Convert marked-up characters to latex, html, or csv

Description

The conversion key tables are included in the code of the function

Usage

markupConvert(marked, type = c("latex", "html", "csv"), longtable = FALSE,
  file = NULL, columns)

Arguments

marked

A character string

type

Output type, can be a vector or any one of "latex", "html", and "csv".

longtable

should a tabular or a longtable object be created?

file

A file stub, to which ".tex", ".html", or ".csv" can be added

columns

For SEM table, the list of columns objects

Value

a list of marked up character objects