.BG
.FN rm
.TL
Remove by Name
.CS
rm(...)
.AG ...
names of objects to be removed.  The arguments are not evaluated.
The corresponding objects should either be on the working directory or be session objects.
.SE
the objects are removed.
.SA
the function `remove', which handles
more general and more specific description of what objects to remove.
.EX
rm(x,y,z) #remove objects x,y,z
.KW data
.WR
