example_repo_cleanup {ottrpal}R Documentation

Clean up example repo files

Description

Clean up example repo files

Usage

example_repo_cleanup(files_to_remove, verbose = FALSE)

Arguments

files_to_remove

List of example files to delete.

verbose

TRUE/FALSE would you like progress messages?

Value

Will delete example files copied from [ottrpal::example_repo_setup()] function

Examples

## Not run: 

# Run this to get the files we need
example_files <- ottrpal::example_repo_setup()

# Run this to delete them
example_repo_cleanup(files_to_remove = basename(example_files))

## End(Not run)

[Package ottrpal version 1.2.1 Index]