Store objects as Excel-file.
store(.Object, ...)# S4 method for textstat
store(.Object, filename = tempfile(fileext =
".xlsx"), rows = 1L:nrow(.Object))
# S4 method for data.frame
store(.Object, filename = tempfile(fileext =
".xlsx"), rows = 1L:nrow(.Object))
# S4 method for kwic
store(.Object, filename = tempfile(fileext = ".xlsx"),
rows = 1L:nrow(.Object))
An object that can be processed.
Further arguments.
Name of the file to write.
The rows of the table to export.