example_repo_setup {ottrpal}R Documentation

Set up example repo files

Description

Set up example repo files

Usage

example_repo_setup(dest_dir = tempdir())

Arguments

dest_dir

The destination directory you would like the example repo files to be placed. By default is current directory.

Value

Sets up example files that can be used to test 'ottrpal' functions.

Examples

## Not run: 

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

## End(Not run)

[Package ottrpal version 1.2.1 Index]