interpolate_and_copy: Interpolate and copy template files

View source: R/project-setup.R

interpolate_and_copyR Documentation

Interpolate and copy template files

Description

Interpolate and copy template files

Usage

interpolate_and_copy(
  project_directory = NULL,
  init_markdown = TRUE,
  init_sh = TRUE,
  init_gitfiles = TRUE,
  init_R = TRUE,
  type = NULL
)

Arguments

project_directory

directory of the Genesee project. If set to NULL then will use working directory as long as a 'config.yml“ is present.

init_markdown

logical Should markdown be copied?

init_sh

logical Should shell script be copied?

init_gitfiles

logical Should files managing git configuration be copied (eg .gitignore)

init_R

logical should R scripts be copied

type

character The type of project. One of scRNA and scVDJ. If set to NULL then will attempt to read from config.yml.

Value

logical upon success


amcdavid/Genesee documentation built on April 14, 2022, 5:16 a.m.