path_to_file {ouladFormat} | R Documentation |
ouladFormat comes bundled with the sample studentVLE data in its inst/extdata
directory (sample_studentVLE.csv
). This .csv file is a subset (rows 10,000-14,999) of
the original OULAD studentVLE.csv. This function makes it easy to access.
path_to_file(path = NULL)
path |
Name of file in quotes with extension. If |
No return value, called for side effects.
This function is adapted from readxl::readxl_example()
.
path_to_file()
read.csv(path_to_file("sample_studentVLE.csv"))