Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Data Frame functions

data.frames dim head nrow ncol names - get the names or assign new names to the data.frame names(dataframe) = c("title1", "title2", ...) summary Subsetting (indexing ranges) subset() order() returns a numeric vector of the sorted indexes