Skip to contents

FileExport Class

Format

An R6Class generator object

Public fields

output_uri

character [optional]

Methods


Method new()

Usage

FileExport$new(output_uri = NULL, ...)


Method toJSON()

Usage

FileExport$toJSON()


Method fromJSON()

Usage

FileExport$fromJSON(FileExportJson)


Method toJSONString()

Usage

FileExport$toJSONString()


Method fromJSONString()

Usage

FileExport$fromJSONString(FileExportJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

FileExport$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.