playground opens a simple text window for testing R code.playground(playground.env=NULL)playground.env is used for evaluationplayground does not have any explicit result. playground() is an alternative approach to this problem. After starting the function
playground a text field (in a Tcl/Tk widget) is created and you are allow put some R commands
into this field. Below the text field you find two buttoms: one for activating commands and
a second one for closing the widget. The results will be printed on the current output device.
All assignments took place in the global envirnment or if revive.env exists
the new objects are created in this environment.
It may be you need the field only for taking a lot of notes without any calculations.
Anyway, it is no problem to call playground several times.
playground is in an experimental state yet. So it may be changed later on.