strings_as_factors {tiledb} | R Documentation |
Retrieve strings_as_factors conversion toggle
Description
A tiledb_array
object containing character column can have those converted to
factors variables. This methods returns the selection value for ‘strings_as_factors’.
Usage
strings_as_factors(object)
## S4 method for signature 'tiledb_array'
strings_as_factors(object)
Arguments
object |
A |
Value
A logical value indicating whether an strings_as_factors
return is selected
[Package tiledb version 0.29.0 Index]