colnames,CASTable-method | R Documentation |
Returns the column names from the in-memory table
that is referenced by the CASTable
object.
## S4 method for signature 'CASTable'
colnames(x)
x |
A CASTable object. |
vector
You cannot use this function to set the column names.
names,CASTable-method
## Not run:
colnames(ct1)
colnames(ct[1:4])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.