CSVParserParam | R Documentation |
CSVParserParam
CSVParserParam
R6Class
object.
tercenApi::Base
-> CSVParserParam
separator
of type String.
encoding
of type String.
quote
of type String.
hasHeaders
of type bool.
allowMalformed
of type bool.
comment
of type String.
new()
CSVParserParam$new(json = NULL)
init()
CSVParserParam$init()
initJson()
CSVParserParam$initJson(json)
toTson()
CSVParserParam$toTson()
clone()
The objects of this class are cloneable with this method.
CSVParserParam$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.