as.data.frame {hellno} | R Documentation |
alternative as.data.frame() implementation
Description
hellno::as.data.frame()
wraps up base::as.data.frame()
so that
stringAsFactors
is set to HELLNO
( == FALSE
) by default
Usage
as.data.frame(x, row.names = NULL, optional = FALSE,
stringsAsFactors = HELLNO, ...)
Arguments
x |
see |
row.names |
see |
optional |
see |
stringsAsFactors |
see |
... |
see |
See Also
[Package hellno version 0.0.1 Index]