The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
In this vignette we go through the process of getting some CSVs First we need to set-up a tibble of papers that we are interested in.
library(heapsofpapers)
<-
two_csvs ::tibble(
tibblelocations_are = c("https://raw.githubusercontent.com/RohanAlexander/australian_politicians/master/outputs/australian_politicians-all.csv",
"https://raw.githubusercontent.com/RohanAlexander/australian_politicians/master/outputs/australian_politicians-all.csv"),
save_here = c("auspol_1.csv",
"auspol_2.csv")
)
Now we want to download those PDFs (this will just download them into the current working directory).
::get_and_save(
heapsofpapersdata = two_csvs,
links = "locations_are",
save_names = "save_here"
)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.