powered by
rename(old, new, data, ...)## S3 method for class 'default': rename(old, new, data, ...)## S3 method for class 'var': rename(old, new, data, ...)## S3 method for class 'pattern': rename(old, new, data, verbose = TRUE, ...)
## S3 method for class 'default': rename(old, new, data, ...)
## S3 method for class 'var': rename(old, new, data, ...)
## S3 method for class 'pattern': rename(old, new, data, verbose = TRUE, ...)
data(ssex) rename("Oppose", "NO", data = ssex)
Run the code above in your browser using DataLab