When you start RStudio it's common to find variables you didn't create.
That happen even if you cleared all the objects before closing and saving the last session.
I guess that variables are loaded automatically by some user installed package.
And it can be annoying to have your workspace plenty of strange things.
How can I know where that object comes from?
For example, since several weeks ago I have a variable called summa containing a vector of 417 elements.