+1 vote
in R Language by
What do you understand by a workspace in R programming language?

1 Answer

0 votes
by
The current R working environment of a user that has user defined objects like lists, vectors, etc. is referred to as Workspace in R language.
...