getPathwayHistory: Get Pathway History

Description Usage Arguments Value Examples

View source: R/getPathwayHistory.R

Description

Retrieve the revision history of a pathway.

Usage

1

Arguments

pathway

WikiPathways identifier (WPID) for the pathway to download, e.g. WP4

timestamp

(integer) Limit by time, only history items after the given time, e.g., 20180201 for revisions since Feb 1st, 2018. Any length of timestamp is accepted, upto 14 digits, e.g., 2018, 201802, 20180201063011, etc.

Value

A list of revisions, including user and comment

Examples

1
2
3
{
getPathwayHistory('WP554',20180201)
}

egonw/rwikipathways documentation built on May 12, 2021, 1:40 a.m.