Learn R Programming

handwriter (version 3.1.1)

extractGraphs: Extract Graphs

Description

`r lifecycle::badge("superseded")`

Usage

extractGraphs(source_folder = getwd(), save_folder = getwd())

Value

saves graphs in an rds file

Arguments

source_folder

path to folder containing .png images

save_folder

path to folder where graphs are saved to

Details

Development on `extractGraphs()` is complete. We recommend using `process_batch_dir()` instead.

Extracts graphs from .png images and saves each by their respective writer.

Examples

Run this code
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