Skip to content

Commit

Permalink
Update shanghai_petition.R
Browse files Browse the repository at this point in the history
  • Loading branch information
xinzhuohkust authored Aug 22, 2023
1 parent 8c91386 commit afde0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shanghai_petition.R
Original file line number Diff line number Diff line change
Expand Up @@ -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() %>%
Expand Down

0 comments on commit afde0a2

Please sign in to comment.