get_project_wiki: Get wiki content of synapse project(s)

View source: R/check_wiki_links.R

get_project_wikiR Documentation

Get wiki content of synapse project(s)

Description

Get the wiki object or text content (main page only). This is primarily a helper function used in QC but may be useful for other wiki analysis.

Usage

get_project_wiki(project_id, markdown = TRUE)

Arguments

project_id

Character vector of synapse project id(s) for which to get wiki.

markdown

If TRUE (default) return only the markdown text, else return full wiki object.

Value

A list storing the wiki object or markdown-formatted text.

Examples

## Not run:  
txt <- get_project_wiki(c("syn11374354","syn2343195"))

## End(Not run)

nf-osi/nfportalutils documentation built on Feb. 26, 2024, 1:05 p.m.