Skip to contents

Check whether expected output files from data_setup() exist

Usage

check_data_setup_outputs(pathOut)

Arguments

pathOut

Output directory used in data_setup()

Value

None. prints to console.

Examples

if (FALSE) { # \dontrun{
check_data_setup_outputs(path.expand('~/Documents/BL_testing_data/geo'))
} # }