Learn R Programming

synapseClient (version 1.14-0)

synGetWikiHeaders: synGetWikiHeaders

Description

Function to retrieve the headers of all the Wiki pages belonging to an owner.

Usage

synGetWikiHeaders(owner)

Arguments

Details

Retrieves a list of WikiHeader objects given an owner (Entity or Evaluation). WikiHeader includes the Wiki's ID and that of its parent Wiki. This information is necessary to know the tree structure of the Wiki pages belonging to a given owner.

See Also

synGetWiki WikiHeader

Examples

Run this code
## Not run: 
# entity<-synGet("syn123456")
# wikiHeaders<-synGetWikiHeaders(entity)
# ## End(Not run)

Run the code above in your browser using DataLab