copy_script: Copy a given script to other place

Description Usage Arguments Examples

View source: R/helpers.R

Description

Copy a given script to other place

Usage

1
copy_script(category, fn, dest = NULL, dry = FALSE, ...)

Arguments

category

Name of type of analysis.

fn

Name of the file to copy.

dest

Final folder to copy the file to.

dry

Whether to run or not the copy action.

Examples

1
copy_script("singlecell", "markers_seurat.R", dry=TRUE)

hbc/hbcABC documentation built on Sept. 5, 2019, 9:51 p.m.