Learn R Programming

template (version 0.5.3)

exampledataset: How to document datasets.

Description

This is an example showing how to document datasets included in the package (in data folder): you must specify docType and name; do not forget NULL in the end. Can include other fields, like citation. See http://r-pkgs.had.co.nz/data.html for further explanations.

Arguments

Format

A numeric vector.

Examples

Run this code
# NOT RUN {
data(exampledataset)
str(exampledataset)
# }

Run the code above in your browser using DataLab