powered by
mctq
mctq comes bundled with raw fictional datasets for testing and learning purposes. raw_data() makes it easy to access their paths.
raw_data()
raw_data(file = NULL)
If file == NULL, a character object with all file names available. Else, a string with the file name path.
file == NULL
character
(optional) a character object indicating the raw data file name(s). If NULL, all raw data file names will be returned (default: NULL).
NULL
Other utility functions: pretty_mctq(), random_mctq()
pretty_mctq()
random_mctq()
if (FALSE) { ## To list all raw data file names available raw_data() ## To get the file path from a specific raw data raw_data("std_mctq.csv")}
Run the code above in your browser using DataLab