readdata {CRTspat} | R Documentation |
Read example dataset
Description
readdata
reads a file from the package library of example datasets
Usage
readdata(filename)
Arguments
filename |
name of text file stored within the package |
Details
The input file name should include the extension (either .csv or .txt). The resulting object is a data frame if the extension is .csv.
Value
R object corresponding to the text file
Examples
exampleCRT <- readdata('exampleCRT.txt')
[Package CRTspat version 1.3.0 Index]