readdata | R Documentation |
readdata
reads a file from the package library of example datasets
readdata(filename)
filename |
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.
R object corresponding to the text file
exampleCRT <- readdata('exampleCRT.txt')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.