dettl_new: Create new directory and templated code for new dettl...

View source: R/new.R

dettl_newR Documentation

Create new directory and templated code for new dettl process.

Description

Create new directory and templated code for new dettl process.

Usage

dettl_new(name)

Arguments

name

The name of the project directory to be created. Should be human readable and meaningful. Any non a-z,0-9,_ characters will be stripped and replaced with _s. Directory name will be prepended with created date.

Examples

t <- tempfile()
dir.create(t)
withr::with_dir(t, {
  dettl::dettl_new("test import")
})

vimc/dettl documentation built on Oct. 6, 2022, 2:13 p.m.