continuews {rwm} | R Documentation |
This implements the APL command )CONTINUE.
continuews(silentQ = TRUE)
silentQ |
TRUE, no messages. |
Simply doesw 'savews` and `q`. An error is given if `.WSID` is not defined.
None
A.I. McLeod
McLeod, A.I. (2008). R Workspace Management: With R Package.
## Not run: #load some workspace loadws(ptest) #...make some changes.... continuews() #quits R and exits ## End(Not run)