Learn R Programming

courieR (version 0.2.2)

open_depot: Ensure the courier depot directory structure exists

Description

Creates .courier-depot/ and its subdirectories in the project path. Writes a .gitignore to prevent tracking of logs and artifacts.

Usage

open_depot(project_path)

Value

Invisibly returns the path to the .courier-depot directory.

Arguments

project_path

Path to the R project

Examples

Run this code
# \donttest{
  depot <- open_depot(tempdir())
# }

Run the code above in your browser using DataLab