## Not run:
# #### names of all public projects
# dir.MGRAST()$name
#
# #### ids of all public projects
# rownames (dir.MGRAST())
#
# #### investigators who have contributed public projects
# unique (dir.MGRAST()$pi)
#
# #### first 25 projects submitted to MG-RAST
# dir.MGRAST (len=25, order="id")
#
# #### detailed information about them
# names (dir.MGRAST(len=25, order="id", verbosity="verbose"))
#
# #### quick look at public projects
# strtrim (dir.MGRAST (verbosity="verbose")$description, 70)
# ## End(Not run)
#### relevant documentation for the underlying API call
doc.MGRAST (3, head=c('project','query','parameters','options'))
Run the code above in your browser using DataLab