Hello, I have a string like "O1 O2 O3", O1, O2 and O3 are the names of three objects. How to split it into a vector or three new objects, and obtain their content? I try to use strsplit to do that, but seems it doesn't work like that. And what is "<<-" for? the same as "<-"? Thank you, Shengzhe