Learn R Programming

polmineR (version 0.7.11)

store: Store objects as Excel-file.

Description

Store objects as Excel-file.

Usage

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))

Arguments

.Object

An object that can be processed.

...

Further arguments.

filename

Name of the file to write.

rows

The rows of the table to export.