Skip to content

Commit

Permalink
update filenames again again
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Nov 8, 2018
1 parent 717d3ed commit f96594a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ upload_flows <- function (city = NULL, overwrite = TRUE)
#' @export
download_flows <- function ()
{
flist <- file.path ("flows", c ("flow_foot_act_bus_k15_d250.Rds",
"flow_foot_bus_act_k15_d250.Rds",
"flow_foot_bus_res_k15_d250.Rds",
"flow_foot_res_bus_k15_d250.Rds"))
flist <- file.path ("flows", c ("flow_foot_act_bus_k15.Rds",
"flow_foot_bus_act_k15.Rds",
"flow_foot_bus_res_k15.Rds",
"flow_foot_res_bus_k15.Rds"))
#flist <- unlist (lapply (flist, function (i)
# c (paste0 ("accra/", i),
# paste0 ("kathmandu/", i))))
Expand Down

0 comments on commit f96594a

Please sign in to comment.