synGetWiki.Rd
Get a Wiki object from Synapse. Uses wiki2 API which supports versioning.
synGetWiki(owner, subpageId=NULL, version=NULL)
The entity to which the Wiki is attached
The id of the specific sub-page or NULL to get the root Wiki page
The version of the page to retrieve or NULL to retrieve the latest
a Wiki object
if (FALSE) {
wiki <- synGetWiki(project)
}