# NOT RUN {
path <- system.file('extdata/104270-99999-1928.gz', package = "isdparser")
(res <- isd_parse(path))
# with progress
(res2 <- isd_parse(path, progress = TRUE))
# only control + mandatory sections
(res <- isd_parse(path, additional = FALSE))
# }
# NOT RUN {
# in parallel
(out <- isd_parse(path, parallel = TRUE))
# }
Run the code above in your browser using DataLab