cmd_print | R Documentation |
Neatly print commands sent to the command line.
cmd_print(
cmd,
raw = FALSE,
basepath = TRUE,
prefix = "...",
wrap = "\n ",
verbose = TRUE
)
cmd |
Command string or list of strings. |
raw |
Print the raw |
basepath |
For each component of |
prefix |
When |
wrap |
If |
verbose |
Print messages. |
cmd_print("fastqc -d ./fastqc_temp -o ${workdir}
/fastqFileQC/${sample_name} -f fastq")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.