FileCreate: FileCreate

FileCreateR Documentation

FileCreate

Description

FileCreate Class

Format

An R6Class generator object

Public fields

input_uri

character [optional]

output_uri

character [optional]

name

character [optional]

Methods

Public methods


Method new()

Usage
FileCreate$new(input_uri = NULL, output_uri = NULL, name = NULL, ...)

Method toJSON()

Usage
FileCreate$toJSON()

Method fromJSON()

Usage
FileCreate$fromJSON(FileCreateJson)

Method toJSONString()

Usage
FileCreate$toJSONString()

Method fromJSONString()

Usage
FileCreate$fromJSONString(FileCreateJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
FileCreate$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


TileDB-Inc/TileDB-Cloud-R documentation built on July 18, 2024, 3:33 p.m.