Learn R Programming

sistec (version 0.0.2)

compare_sistec: Comparison between Sistec and a student registration dataset

Description

A generic function to compare and save the student situation. This function also shows inconsistencies in the datasets. You can pass the folder's file path or a data frame read by sistec::read_*() functions.

Usage

compare_sistec(sistec, student_registration)

Arguments

sistec

The folder's path to Sistec files or the Sistec data frame read by sistec::read_sistec()function.

student_registration

The folder's path to students reagistration datasets or a data frame read by sistec::read_*()functions.

Value

A list of data frames.

Examples

Run this code
# NOT RUN {
# these datasets are not real. It is just for test purpose.
qacademico <- read_qacademico(system.file("extdata/examples/qacademico",
                                          package = "sistec"))
sistec <- read_sistec(system.file("extdata/examples/sistec",
                                  package = "sistec"))
                                  
compare_sistec(sistec, qacademico)                                   

# }

Run the code above in your browser using DataLab