names method | R Documentation |
Function to assign names to a mondate.
## S3 replacement method for class 'mondate'
names(x) <- value
x |
a |
value |
the names to assign to |
Assigns the names attribute to the .Data part of x
.
YE <- mondate.mdy(12, 31, 2011:2012)
names(YE) <- c("A", "B")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.