This document provides a summary of functions for input and output, data creation and manipulation, indexing, and getting help in R. Key functions covered include read.table() and read.csv() for reading data, c(), seq(), and rep() for data creation, [ and [[ for indexing vectors, lists and data frames, and help(), ? and apropos() for getting help documentation in R.