data.frame {hellno}R Documentation

alternative data.frame() implementation

Description

hellno::data.frame() wraps up base::data.frame() so that stringAsFactors is set to HELLNO ( == FALSE ) by default

Usage

data.frame(..., stringsAsFactors = HELLNO)

Arguments

...

see data.frame

stringsAsFactors

see data.frame by default set to FALSE

See Also

data.frame


[Package hellno version 0.0.1 Index]