Usage
export(object, name = NA, useObjectName = is.na(name),
env = parent.frame(), path = NA, ext = "auto", delim = "\t",
width = 3000, height = 2000, res = 250, overwrite = FALSE,
debug = FALSE)
Arguments
object
string, list or vector containing object names to be exported.
name
string, list or vector containing file names.
Multiple names as string must be separated by pipe '|'.
If not equal number of names as objects, first name will be used to construct names.
useObjectName
logical, if TRUE file name will be the same as object name.
env
environment where the objects exists.
path
string specifying the destination folder exported objects.
ext
string specifying file extension.
Default is 'auto' for automatic .txt or .png based on object class.
If .RData all objects will be exported as .RData files.
delim
string specifying the delimeter used as separator.
width
integer specifying the width of the image.
height
integer specifying the height of the image.
res
integer specifying the resolution of the image.
overwrite
logical, TRUE if existing files should be overwritten.
debug
logical indicating printing debug information.