almartin82 / mapvizieR

visualizations and reports for the NWEA MAP assessment in R
Other
17 stars 6 forks source link

New mapvizieR method for ouput of read_cdf() function #290

Open chrishaid opened 8 years ago

chrishaid commented 8 years ago

This is really two enhancements.

  1. The output of read_cdf() (which is a list() should be tagged with a new class (maybe imported_cdf or some such.
  2. A new mapvizieR method (say, mapvizieR.imported_cdf()) should be written that takes the the results of 1., above an muns mapvizier.default on them.

This is for ease of use and would lead to a two line (or pipeable) workflow for importing data:

map_mv <- read_cdf('path/to/cdf/files/') %>%
    mapvizier()