DATA MINING
Desktop Survival Guide by Graham Williams |
|||||
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. |