Learn R Programming

movementsync (version 0.1.5)

get_osf_recordings: Get movementsync recording from OSF

Description

Get movementsync recording from OSF

Usage

get_osf_recordings(
  stems = c("NIR_ABh_Puriya", "NIRP1_VS_Hams", "NIRP1_MAK_Jaun", "Gagaku_5_Juha",
    "NIR_DBh_Malhar"),
  to_dir = tempdir(),
  overwrite = FALSE
)

Value

invisible vector of downloaded CSV file names.

Arguments

stems

zip file stem(s).

to_dir

directory to copy to (default is "tempdir()").

overwrite

overwriting existing dataset files?

Examples

Run this code
# \donttest{
get_osf_recordings()
# }

Run the code above in your browser using DataLab