mapvizieR: mapvizieR

View source: R/mapvizieR_object.R

mapvizieRR Documentation

mapvizieR

Description

mapvizieR is a workhorse workflow function that calls a sequence of cdf and roster prep functions, given a cdf and roster

Usage

mapvizieR(cdf, roster, verbose = FALSE, norms = 2015, ...)

Arguments

cdf

a NWEA AssessmentResults.csv or CDF

roster

a NWEA students

verbose

should mapvizieR print status updates? default is FALSE.

norms

norm study to use. passed through to cdf prep

...

additional arguments to pass to constructor functions called by mapvizieR

Examples

## Not run: 
cdf_mv <- mapvizieR(ex_CombinedAssessmentResults, 
                    ex_CombinedStudentsBySchool)
                    
is.mapvizieR(cdf_mv)                     

## End(Not run)

almartin82/mapvizieR documentation built on June 3, 2023, 10:53 a.m.