DAAGxdb {DAAG} | R Documentation |
List, each of whose elements hold rows of a file, in character format
Description
This is the default database for use with the function
datafile
, which uses elements of this list to place files
in the working directory.
Usage
data(DAAGxdb)
Format
Successive elements in this list hold character vectors from which the corresponding files can be generated. The names of the list elements are fuel, fuel.csv, oneBadRow, scan-demo, molclock1, molclock2, and travelbooks.
Details
The files fuel.txt and fuel.csv are used in Chapter 1 of DAAGUR, while the files oneBadRow.txt and scan-demo.txt are used in Chapter 14 of DAAGUR.
References
Maindonald, J.H. and Braun, W.J. 2007. Data Analysis and Graphics Using R: An Example-Based Approach. 2nd edn, Cambridge University Press (DAAGUR).
Examples
data(DAAGxdb)
names(DAAGxdb)
[Package DAAG version 1.25.6 Index]