s-news
[Top] [All Lists]

Summary: loading libraries

To: Mailing List S+ <s-news@wubios.wustl.edu>
Subject: Summary: loading libraries
From: "Martin H. H. Stevens" <hstevens@rci.rutgers.edu>
Date: Wed, 29 Nov 2000 09:06:25 -0500
Many thanks for the many responses.
Summary:
To load at startup any of the many excellent libraries available, create
the function
.First <- function(...) {
 library(name-of-library1)
 library(name-of-library2)
  etc.
 invisible() # so won't print anything
#Not including the invisible() results in a report
#generated at each startup that provides
#info and reminders may or may not be useful
#to receive each and every time.
}

--
Dr. M. Henry H. Stevens
Postdoctoral Associate
Department of Ecology, Evolution, & Natural Resources
14 College Farm Road
Cook College, Rutgers University
New Brunswick, NJ 08901-8551

email: hstevens@rci.rutgers.edu
phone: 732-932-9631
fax: 732-932-8746



<Prev in Thread] Current Thread [Next in Thread>
  • Summary: loading libraries, Martin H. H. Stevens <=