change vector, dataframe or matrix names
give_names(data, ...)# S3 method for character
give_names(data, ...)
# S3 method for numeric
give_names(data, ...)
# S3 method for logical
give_names(data, ...)
# S3 method for list
give_names(data, ...)
# S3 method for data.frame
give_names(data, ..., row = FALSE)
# S3 method for matrix
give_names(data, ..., row = FALSE)
names changed data
one vector, list, dataframe or matrix
one or more names
logical, whether the names is row names. Default is FALSE