Skip to content
Prev 286431 / 398502 Next

remove multiple objects starting with same name

On 25.02.2012 08:00, R. Michael Weylandt wrote:
Or

rm(list = ls(pattern = "^object"))

since we know the names start woth "object".

Uwe