s-news
[Top] [All Lists]

permanent boolean variables

To: s-news@lists.biostat.wustl.edu
Subject: permanent boolean variables
From: Dave Evens <devens8765@yahoo.com>
Date: Mon, 7 May 2007 04:42:28 -0700 (PDT)
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=BF+bEdzTGJsxQC5K9yxIJs/l/z37ZQ9mOZIWWC0QJ9J+AI4dJHRlLXQePrKS1kReQM3o545rDT3/yagSekcYiVuQBghjsrhP1M7TA83gCtfAmwf6DjNlAfEtLO6yXVNALV+waOwQDH5zQ92lqj6JJheIpaHHzyaIjDZS1ORe5kg=;
Dear S+ users,

I generally create lots of variables during an S+
session that are disgarded at the end of a session
using:

rm(list=ls(pat="*"))

However, I would like to create a few boolean
variables that are retained even after typing the
above line. I would like these variables to be dynamic
in the sense that the contents can be updated during
an S+ session and saved for the next session.

I've looked at the ".Last.value" variable but it
doesn't save the contents of my boolean variable after
finishing a session. Is this type of thing possible?

Many thanks in advance.
Regards,
Dave


 
____________________________________________________________________________________
Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives.
http://tools.search.yahoo.com/toolbar/features/mail/

<Prev in Thread] Current Thread [Next in Thread>