powered by
`r lifecycle::badge("superseded")`
extractGraphs(source_folder = getwd(), save_folder = getwd())
saves graphs in an rds file
path to folder containing .png images
path to folder where graphs are saved to
Development on `extractGraphs()` is complete. We recommend using `process_batch_dir()` instead.
Extracts graphs from .png images and saves each by their respective writer.
if (FALSE) { sof = "path to folder containing .png images" saf = "path to folder where graphs will be saved to" extractGraphs(sof, saf) }
Run the code above in your browser using DataLab