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