R/get-moar-samples.R

map(names(station_list), function(x) {
  map(station_list[[x]], function(y) {
    cat(".")
    S_read_bom(x, y)
  })
}) -> wx
njtierney/bomr documentation built on May 23, 2019, 7:08 p.m.