Skip to content
Prev 386944 / 398502 Next

Col names in a data frame

Hi,

data.frame() checks names by default to ensure that column names are
legal, but there's an argument to change that.
check.names: logical.  If ?TRUE? then the names of the variables in the
          data frame are checked to ensure that they are syntactically
          valid variable names and are not duplicated.  If necessary
          they are adjusted (by ?make.names?) so that they are.

Sarah

On Thu, Jan 21, 2021 at 3:59 PM Bernard McGarvey
<mcgarvey.bernard at comcast.net> wrote: