powered by
readdata reads a file from the package library of example datasets
readdata
readdata(filename)
R object corresponding to the text file
name of text file stored within the package
The input file name should include the extension (either .csv or .txt). The resulting object is a data frame if the extension is .csv.
exampleCRT <- readdata('exampleCRT.txt')
Run the code above in your browser using DataLab