packAssoc2viewlist {biocViews} | R Documentation |
permute a package:view list structure to a list of views composed of package names
packAssoc2viewlist(pael)
pael |
pael is a list that is produced by packAssoc . |
simple list manipulation
a list whose elements are named views, consisting of string vectors of package names comprising the views
Vince Carey <stvjc@channing.harvard.edu>
data(pal) packAssoc2viewlist( pal )