Skip to content

Introduce a new function in a package?

1 message · Liaw, Andy

#
Another approach, if making a package is a bit more than what you want to
do, is:

1.  Save those functions/objects in an image using save().
2.  attach() that image every time you start R.

There are a few ways that you can do #2 above.  See ?Startup.

Andy