CSVParserParam: CSVParserParam

CSVParserParamR Documentation

CSVParserParam

Description

CSVParserParam

CSVParserParam

Format

R6Class object.

Super class

tercenApi::Base -> CSVParserParam

Public fields

separator

of type String.

encoding

of type String.

quote

of type String.

hasHeaders

of type bool.

allowMalformed

of type bool.

comment

of type String.

Methods

Public methods

Inherited methods

Method new()

Usage
CSVParserParam$new(json = NULL)

Method init()

Usage
CSVParserParam$init()

Method initJson()

Usage
CSVParserParam$initJson(json)

Method toTson()

Usage
CSVParserParam$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
CSVParserParam$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on Feb. 8, 2024, 5:59 p.m.