| targets.as.df {systemPipeR} | 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)