Togaware DATA MINING
Desktop Survival Guide
by Graham Williams
Google

Documenting a Dataset

R provides support for documenting a dataset through .Rd files that R will format. You can create a template based on a particular dataset using the prompt function:

> load("survey.RData")
> prompt(survey)
Created file named 'survey.Rd'.
Edit the file and move it to the appropriate directory.



Copyright © 2004-2006 Graham.Williams@togaware.com
Support further development through the purchase of the PDF version of the book.
Brought to you by Togaware.