> ls() [1] \"A\" \"anorex.1\" \"anorexia\" \"B\" \"byMonth\" \"C\" \"clotting\" [8] \"counts\" \"d\" \"D\"
You can use get() for this. Like:
get()
for (i in ls()) { print(get(i)) }