Description Usage Arguments Value Examples
The function reads the data
1 | read_data(filename)
|
filename |
A character |
the file as a dataframe
1 2 3 4 5 | ## Not run:
data = system.file('extdata', 'earthquakesData.tsv', package ='masteringSoftwareDevelopmentinR')
data = read_data(data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.