Read a single RESQUE JSON file and do basic preprocessing (elaborated preprocessing happens in preprocess()
). TODO: Why is some preprocessing here, and some in the other function? Make a principled design.
Source: R/read_RESQUE.R
read_RESQUE.Rd
Read a single RESQUE JSON file and do basic preprocessing
(elaborated preprocessing happens in preprocess()
).
TODO: Why is some preprocessing here, and some in the other function?
Make a principled design.