Description Usage Arguments Details Value See Also Examples
Load all .dat files from the Psychomotor Vigilance Task (ePrime) in the same directory.
1 2 |
path |
Path to files, Default: NULL |
col_names |
Names for the columns. Default: c("study_name", "id", "session") |
file_ext |
The file extension of your files. Default: ".dat" |
... |
extra parameters to pass to tidyr::separate |
DETAILS
A dataframe
tibble
mutate
,select
map
,map_df
,set_names
str_subset
unnest
dir_ls
path_ext_remove
1 2 3 4 5 6 | ## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.