From afde0a27233369420abaa081b3604eb489b5f073 Mon Sep 17 00:00:00 2001 From: Hsincho <99251348+xinzhuohkust@users.noreply.github.com> Date: Tue, 22 Aug 2023 21:15:38 +0800 Subject: [PATCH] Update shanghai_petition.R --- shanghai_petition.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shanghai_petition.R b/shanghai_petition.R index b3eeb76..ac18c24 100644 --- a/shanghai_petition.R +++ b/shanghai_petition.R @@ -64,7 +64,7 @@ get_contents <- possibly( ) ) -done <- list.files("R:/temp/action_test", pattern = "table", full.names = TRUE) %>% +done <- list.files("/home/runner/work/auto_scrape/auto_scrape/data", pattern = "table", full.names = TRUE) %>% map(~ import(., setclass = "tibble")) %>% map(\(x) mutate(x, across(everything(), as.character))) %>% bind_rows() %>%