Names as numerics
The set of functions return names of objects directly transformed to numeric values.
nums(x) colnums(x) rownums(x)
x |
Object with names, colnames or rownames attributes. |
Numeric vector.
data(dems) # ages as numerics nums(dems) # younger than 20Ma dems[nums(dems)<20]
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.