system2: Print system commands to KnitR Output Taken from Stack...

Description Usage Examples

Description

Print system commands to KnitR Output Taken from Stack Overflow

Usage

1

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
\donotrun{
cmd <- paste0(
plink2,
" --bfile ", mega.bedfile,
" --extract ", var.file,
" --recode A",
" --threads ", nthreads,
" --pca 10",
" --out BioMe_htn_variant_subset"
)
}

kippjohnson/kippr documentation built on May 12, 2019, 2:02 p.m.