R is an integrated suite of software for data manipulation, calculation, and graphical display that includes efficient data handling, operators for array calculations, and tools for data analysis and graphics. Help documentation for specific R functions can be accessed using the help() or ? commands. Data is input using commands like c() to create variables containing values, and objects can be removed from the workspace using the rm command.