R 3.1 - Managing the Workspace and Variable Casting
submitted by jameson 07/23/141
View all the objects in the workspace using ls(), remove objects using rm(), cast a variable as a different type using an as.[type]() function, and use lists or data frames to organize data or results.