continuews {rwm}R Documentation

Save workspace and quit R

Description

This implements the APL command )CONTINUE.

Usage

continuews(silentQ = TRUE)

Arguments

silentQ TRUE, no messages.

Details

Simply doesw 'savews` and `q`. An error is given if `.WSID` is not defined.

Value

None

Author(s)

A.I. McLeod

References

McLeod, A.I. (2008). R Workspace Management: With R Package.

See Also

savews

Examples


## Not run: 
#load some workspace
loadws(ptest)
#...make some changes....
continuews() #quits R and exits
## End(Not run)


[Package rwm version 1.27 Index]