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)
Object with names, colnames or rownames attributes.
Numeric vector.
# NOT RUN { data(dems) # ages as numerics nums(dems) # younger than 20Ma dems[nums(dems)<20] # }
Run the code above in your browser using DataLab