Learn R Programming

synapseClient (version 1.14-0)

synGetWiki: synGetWiki

Description

Function to retrieve a Wiki Page.

Usage

synGetWiki(owner) synGetWiki(owner, id)

Arguments

Details

Retrieves a WikiPage given its owner (Entity or Evaluation) and, optionally, its ID. If no ID is specified then the root ID is returned. To get the IDs of all the WikiPages for an owner, see synGetWikiHeaders.

See Also

synGetWikiHeaders synStore

Examples

Run this code
## Not run: 
# entity<-synGet("syn123456")
# wikiPage<-synGetWiki(entity)
# ## End(Not run)

Run the code above in your browser using DataLab