strings_as_factors<- {tiledb} | R Documentation |
Set strings_as_factors return toggle
Description
A tiledb_array
object containing character column can have those converted to
factors variables. This methods sets the selection value for ‘strings_as_factors’.
Usage
strings_as_factors(x) <- value
## S4 replacement method for signature 'tiledb_array'
strings_as_factors(x) <- value
Arguments
x |
A |
value |
A logical value with the selection |
Value
The modified tiledb_array
array object
[Package tiledb version 0.29.0 Index]