ITSLeeds / UK2GTFS

Convert UK transport data (TransXchange / ATOC CIF) to GTFS format in R
https://itsleeds.github.io/UK2GTFS/
GNU General Public License v3.0
37 stars 13 forks source link

Remove pbapply and replace with purrr #47

Open mem48 opened 1 year ago

mem48 commented 1 year ago
 res <- purrr::map(fls_cif, importCIF, .progress = "Reading files ")

Example