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 operations on vectors, matrices, data frames, and lists are also summarized.