| displayTable {bioCancer} | R Documentation |
Display dataframe in table using DT package
displayTable(df)
df |
a dataframe |
A table
session <- NULL
cgds <- CGDS("http://www.cbioportal.org/public-portal/")
Studies<- getCancerStudies(cgds)
## Not run:
displayTable(Studies)
## End(Not run)