# list all variables, funcitons etc ls() rm(x) # remove variable called x rm(x,y,pv) # remove x, y and pv rm(list=ls()) # remove all variables (objects)