View source: R/mapvizieR_object.R
mapvizieR | R Documentation |
mapvizieR
is a workhorse workflow function that
calls a sequence of cdf and roster prep functions, given a cdf and roster
mapvizieR(cdf, roster, verbose = FALSE, norms = 2015, ...)
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 |
## Not run:
cdf_mv <- mapvizieR(ex_CombinedAssessmentResults,
ex_CombinedStudentsBySchool)
is.mapvizieR(cdf_mv)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.