defactor | R Documentation |
Returns object of the same type without factors
defactor(
x,
conv2dt = c("only.tables", "all.but.atomic", "all.but.lists", "all", "none"),
x_atomic_name = NULL,
...
)
x |
an object |
conv2dt |
What to convert to data.table |
x_atomic_name |
Name to use as a col name if x is atomic |
... |
Arguments passed on to
|
object of the same type without factors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.