Set column names of an Andromeda table
# S3 method for class 'tbl_Andromeda'
names(x) <- value
Arguments
- x
A reference to a table in an andromeda object. (see examples)
- value
A character vector of new names that must have length equal to the number of columns in the table.