crsra_import {crsra}R Documentation

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

Description

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

Usage

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

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)


[Package crsra version 0.2.3 Index]