Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit 55cb019

Browse files
committed
multisession setup bug fix
1 parent 11aee04 commit 55cb019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/bind_tweets.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ convert_json <- function(data_file, output_format = "tidy",
400400
return(convert_json(data_files, output_format = "raw"))
401401
}
402402
if (parallel_workers > 1) {
403-
future::plan(multisession, workers = parallel_workers)
403+
future::plan(future::multisession, workers = parallel_workers)
404404
}
405405
return(furrr::future_map_dfr(data_files, convert_json, output_format = output_format, vars = vars, quoted_variables = quoted_variables))
406406
}

0 commit comments

Comments
 (0)