Wiki-class.RdRepresents a wiki page in Synapse with content specified in markdown.
An R6 class object.
Wiki(title=NULL, owner=NULL, markdown=NULL, markdownFile=NULL, attachments=NULL, fileHandles=NULL, parentWikiId=NULL): Constructor for Wiki
json(): Returns the JSON representation of the Wiki object.
update_markdown(markdown=NULL, markdown_file=NULL): Updates the wiki's markdown. Specify only one of markdown or markdown_file