View source: R/sysargs2_methods.R
targets.as.df | R Documentation |
Convert targets files to list
or data.frame
object.
targets.as.df(x)
targets.as.list(x, id="SampleName")
x |
An object of the class |
id |
A column from |
data.frame
or list
containing all the targets
file information.
Daniela Cassol
showClass("SYSargs2")
targetspath <- system.file("extdata", "targets.txt", package="systemPipeR")
targets <- read.delim(targetspath, comment.char = "#")
targetslist <- targets.as.list(x=targets)
targets.as.df(x=targetslist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.