Open ramiromagno opened 5 years ago
Refactor all those parsing functions in files parse-*.R to use purrr::pluck() so that we deal with missing elements gracefully: https://adv-r.hadley.nz/subsetting.html#subsetting-oob.
purrr::pluck()
Issue #13 is a particular instance of this problem.
Refactor all those parsing functions in files parse-*.R to use
purrr::pluck()
so that we deal with missing elements gracefully: https://adv-r.hadley.nz/subsetting.html#subsetting-oob.