synGetWiki: synGetWiki

Description Usage Details See Also Examples

Description

Function to retrieve a Wiki Page.

Usage

1
2
synGetWiki(owner)
synGetWiki(owner, id)

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

1
2
3
4
5
## Not run: 
entity<-synGet("syn123456")
wikiPage<-synGetWiki(entity)

## End(Not run)

Sage-Bionetworks/rSynapseClient documentation built on May 9, 2019, 7:04 p.m.