getRecentChangesIds {rWikiPathways}R Documentation

Get WPIDs of Recent Changes

Description

Retrieve WPIDs of recently changed pathways at WikiPathways.

Usage

getRecentChangesIds(timestamp)

Arguments

timestamp

(14 digits, YYYYMMDDhhmmss) Limit by time, only history items after the given time, e.g., 20180201000000 for changes since Feb 1st, 2018.

Value

A list of WPIDs

Examples

{
getRecentChangesIds('20180201000000')
}

[Package rWikiPathways version 1.4.0 Index]