Login
Remember
Register
Ask a Question
What do you understand by a workspace in R programming language?
+1
vote
asked
Feb 10, 2020
in
R Language
by
rahuljain1
What do you understand by a workspace in R programming language?
#r-workspace
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 11, 2020
by
SakshiSharma
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.
...