path_to_file {ouladFormat}R Documentation

Get file path to the sample_studentVLE.csv file

Description

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.

Usage

path_to_file(path = NULL)

Arguments

path

Name of file in quotes with extension. If NULL, the example file will be listed.

Value

No return value, called for side effects.

Source

This function is adapted from readxl::readxl_example().

Examples

path_to_file()
read.csv(path_to_file("sample_studentVLE.csv"))

[Package ouladFormat version 1.1.2 Index]