- file_path
The path or URL of the dataset file.
- read_fun
The function used to read the dataset file.
- idvar
The identifier variable(s) in the dataset, represented as a character vector.
- timevar
A time variable(s) name in the dataset. Preference is to use the sent timestamp variable (the time when the beep was sent to the participant).
- validvar
The validation variable name in the dataset, represented as a numerical vector. If NULL, the function do not display compliance rate information.
- citation
A character element to cite the article or document associated with the script.
- URL
The citation information for the dataset (article associated), represented as a character string. If NULL, the function will not display the citation information.
- DOI
The Digital Object Identifier (DOI) of the dataset, if applicable. If NULL, the function will not display the DOI information.
- path
If TRUE, the function will display the path information.
- variables
A logical value indicating whether to display the names of the dataset's variables. Set to TRUE to display variable information, and FALSE to omit it. The default is TRUE.