warn_on_nonstandard_names {recombinator} | R Documentation |
Warn if names will be changed when converting to a data.frame.
Description
Warn if names will be changed when converting to a data.frame.
Usage
warn_on_nonstandard_names(data)
Arguments
data |
list. A list to convert to a data.frame. |
Value
Nothing, but a warning
if the names will be
mangled due to R's make.names
.
[Package recombinator version 1.0.1 Index]