From 587e38da7150685803510c24c1997efaab2015bc Mon Sep 17 00:00:00 2001 From: "Juan P. Fonseca-Zamora" <69847296+juanfonsecaLS1@users.noreply.github.com> Date: Mon, 29 Sep 2025 12:54:12 +0100 Subject: [PATCH] created a new script for batch --- R/get_route_directions_batch.R | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 R/get_route_directions_batch.R diff --git a/R/get_route_directions_batch.R b/R/get_route_directions_batch.R new file mode 100644 index 0000000..dc105f6 --- /dev/null +++ b/R/get_route_directions_batch.R @@ -0,0 +1,4 @@ +req_route_directions_batch <- function(){ + + +} \ No newline at end of file