check_in_out: Check if in and out folders exist

View source: R/utility_functions.r

check_in_outR Documentation

Check if in and out folders exist

Description

Support function for reading and writing files

Usage

check_in_out(indir, outdir)

Arguments

indir

Input directory path

outdir

Output directory path

Value

Stops if they don't

Examples

## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

kjhealy/kjhslides documentation built on Dec. 30, 2024, 10:30 p.m.