powered by
Coerces to docx.
Coerces docx to docx.
Coerces data.frame to docx
Coerces partab to docx.
as.docx(x, ...)# S3 method for docx as.docx(x, ...)# S3 method for data.frame as.docx(x, title = "untitled", template, empty_template = FALSE, list.definition = getOption("ReporteRs-list-definition"), ...)# S3 method for partab as.docx(x, title = "parameter table", template, empty_template = FALSE, list.definition = getOption("ReporteRs-list-definition"), ...)
# S3 method for docx as.docx(x, ...)
# S3 method for data.frame as.docx(x, title = "untitled", template, empty_template = FALSE, list.definition = getOption("ReporteRs-list-definition"), ...)
# S3 method for partab as.docx(x, title = "parameter table", template, empty_template = FALSE, list.definition = getOption("ReporteRs-list-definition"), ...)
object of dispatch
arguments to methods
passed to docx
docx
docx: docx method
data.frame: data.frame method
data.frame
partab: partab method
partab
Returns the object.
as.docx.data.frame
addFlexTable
FlexTable
# NOT RUN { library(magrittr) options(project = system.file('project/model',package='nonmemica')) 1001 %>% partab %>% as.docx %>% as.file('1001.docx') # }
Run the code above in your browser using DataLab