Is there a way to detect from within R whether, e.g., R has been
started with the --no-restore-data flag set?  So as to be able
to invoke code along the following lines:

        if( --no-restore-data flag set) {
                do something
        } else {
                do something else
        }

Thanks for any assistance.

        cheers,

                Rolf Turner

######################################################################
Attention:\ This e-mail message is privileged and confid...{{dropped:9}}

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to