When I try to clear the workspace in R console, it always pops up a dialog saying:
All objects in the workspace will be removed. Are you sure you want to proceed?
Can I have a way to disable this popup?
When I try to clear the workspace in R console, it always pops up a dialog saying:
All objects in the workspace will be removed. Are you sure you want to proceed?
Can I have a way to disable this popup?
There are some suggestions (here) depending on your platform. Looks like passing the "no-save" option when invoking R is your best bet: https://stackoverflow.com/a/4996252/8273813