Description Usage Details See Also Examples
Function to retrieve a Wiki Page.
1 2 | synGetWiki(owner)
synGetWiki(owner, id)
|
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.
1 2 3 4 5 | ## Not run:
entity<-synGet("syn123456")
wikiPage<-synGetWiki(entity)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.