Description Usage Arguments Value Author(s) Examples
Removes the units from the data.frame names.
1 | nounits(x)
|
x |
A |
The same data.frame
as x
with unitless
names.
Laurent Gatto <lg390@cam.ac.uk>
1 2 3 | x <- weatherdata("2012-12-25")
names(x)
names(nounits(x))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.