This document provides a summary of common functions and operations in R for input/output, data manipulation, indexing vectors and lists, and converting between data types. Key functions covered include print(), format(), write.table(), read.table(), c(), rep(), seq(), and data.frame() for creating and manipulating data. Indexing techniques allow extracting or replacing elements of vectors, matrices, data frames, and lists. Functions like str(), summary(), and dim() provide information about R objects.