lsl | R Documentation |
Imports a Luna sample-list into R
lsl(file, path = "")
file |
a required argument, giving the name of the sample-list file |
path |
an optional argument, mirroring Luna's path command-line option |
a named-list representing the sample-list
## Not run:
> sl <- lsl("s.lst")
3 observations in s.lst
> names(sl)
[1] "nsrr01" "nsrr02" "nsrr03"
> str(sl)
List of 3
$ nsrr01:List of 2
..$ EDF : chr "edfs/learn-nsrr01.edf"
..$ ANNOT: chr "edfs/learn-nsrr01-profusion.xml"
$ nsrr02:List of 2
..$ EDF : chr "edfs/learn-nsrr02.edf"
..$ ANNOT: chr "edfs/learn-nsrr02-profusion.xml"
$ nsrr03:List of 2
..$ EDF : chr "edfs/learn-nsrr03.edf"
..$ ANNOT: chr "edfs/learn-nsrr03-profusion.xml"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.