Skip to content

a small problem with data

2 messages · Yoko Nakajima, Douglas Bates

#
Yoko Nakajima wrote:
The data function is used to load data sets from a package (and is not 
even needed for that any more if the package uses LazyData).

You do not need to use data(xyz) before using the name xyz.

To check the names of the objects currently in your worksheet use

objects()