The conversion key tables are included in the code of the function.
markupConvert(marked, type = c("latex", "html", "csv"),
table.float = FALSE, longtable = FALSE, caption = NULL,
label = NULL, file = NULL, columns, centering = "siunitx")
A character string
Output type, latex", "html", or "csv".
TRUE if you want insertion of '\begintable'
should a tabular or a longtable object be created?
A caption to use if either longtable or table is TRUE
A LaTeX label for cross-references
A file stub, to which ".tex", ".html", or ".csv" can be added
For SEM table, the list of columns objects
Default "siunitx". Specify "none" to return to behavior of semTable before 1.50.
a list of marked up character objects
The semTable uses a customized markup framework that uses character sequences that begin and end with underscores, such as "_BOMC2_ for "begin of multi-column entity that will use 2 columns". These special markups need to be converted into "tex", "html", or "csv" formats.