Skip to content
Prev 4700 / 63424 Next

write.table

The argument is called `check.names', and has description

check.names: if `TRUE' then the names of the variables in the data
          frame are checked to ensure that they are valid variable
          names.  If necessary they are adjusted (by `make.names') so
          that they are.

So `make.names' should be renamed as `make.identifiers'.  That is
described as

make.names               package:base               R Documentation

Make Legal R Names Out of Strings

Description:

     Make legal R names out of every `names[i]' string. Invalid
     characters are translated to `"."'.


More plausibly, you are proposing a new distinction ....