crsra_import: Imports all the .csv files into one list consisting of all...

Description Usage Arguments Examples

View source: R/crsra_import.R

Description

Imports all the .csv files into one list consisting of all the courses and all the tables within each course.

Usage

1
crsra_import(workdir = ".", ...)

Arguments

workdir

A character string vector indicating the directory where all the unzipped course directories are stored.

...

Additional arguments to pass to crsra_import_course

Examples

1
2
3
4
5
6
7
zip_file = system.file("extdata", "fake_course_7051862327916.zip",
package = "crsra")
bn = basename(zip_file)
bn = sub("[.]zip$", "", bn)
res = unzip(zip_file, exdir = tempdir(), overwrite = TRUE)
example_import = crsra_import(workdir = tempdir(),
check_problems = FALSE)

ahdvnd/crsra documentation built on March 26, 2021, 9:29 a.m.