Skip to content

Instantly share code, notes, and snippets.

@maurolepore
Last active November 12, 2021 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maurolepore/9874d3c5367f0b0b9bfa39f47c702043 to your computer and use it in GitHub Desktop.
Save maurolepore/9874d3c5367f0b0b9bfa39f47c702043 to your computer and use it in GitHub Desktop.
library(B)

"/path/to/inputs" %>%
  list.files() %>%
  st_read() %>%
  st_prep_loans() %>%
  st_compute_results("loans") %>%
  st_show_logs() %>%
  st_write("/path/to/output")

--

Here: https://git.io/JXbqd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment