read.dataset: Read a dataset from file

Description Usage Arguments Value Author(s)

Description

The first time this data is read it is loaded from file, and then cached. On subsequent calls, it is retreived from the cache

Usage

1
read.dataset(dataset, i = NULL, cache = TRUE, suffix = ".dat")

Arguments

dataset

The name of the dataset. This will be stored in files called <dataset>-0000i<suffix> where i is the index of the dataset

i

The index of the dataset

cache

If TRUE, cache data

suffix

The suffix of the data files

Value

A data frame containing the dataset

Author(s)

David Sterratt


davidcsterratt/dcsmisc documentation built on May 14, 2019, 11:10 p.m.