synGetWiki | R Documentation |
Get a Wiki object from Synapse. Uses wiki2 API which supports versioning.
synGetWiki(owner, subpageId=NULL, version=NULL)
owner |
The entity to which the Wiki is attached |
subpageId |
The id of the specific sub-page or NULL to get the root Wiki page |
version |
The version of the page to retrieve or NULL to retrieve the latest |
a Wiki object
## Not run:
wiki <- synGetWiki(project)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.