Learn R Programming

synapseClient (version 1.14-0)

WikiPage: Constructor for WikiPage

Description

Constructor for WikiPage

Usage

WikiPage(owner, title="Wiki Page for Entity", markdown="markdown goes here", attachments=list(file1, file2, ...) ) WikiPage(owner, title="Sub-Wiki Page for Entity", markdown="sub-page markdown goes here", parentWikiId="123456")

Arguments

Slots

Details

This creates a wiki page (in memory), or sub-page beneath an existing page for the given entity.

See Also

synGetWiki synStore

Examples

Run this code
## Not run: 
# entity<-synGet("syn123456")
# page<-WikiPage(owner=entity, title="Wiki Page for Entity", markdown="markdown goes here")
# page<-synStore(page)
# ## End(Not run)

Run the code above in your browser using DataLab