powered by
The set of functions return names of objects directly transformed to numeric values.
nums(x)colnums(x)rownums(x)
colnums(x)
rownums(x)
Numeric vector.
Object with names, colnames or rownames attributes.
data(dems) # ages as numerics nums(dems) # younger than 20Ma dems[nums(dems)<20]
Run the code above in your browser using DataLab