View source: R/btools_utilities.r
ns | R Documentation |
create vector of sorted names of an object
ns(obj)
obj |
named object |
a vector of sorted names
names(iris) # unsorted
ns(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.