getRecentChangesNames {rWikiPathways} | R Documentation |
Retrieve names of recently changed pathways at WikiPathways.
getRecentChangesNames(timestamp)
timestamp |
(14 digits, YYYYMMDDhhmmss) Limit by time, only history items after the given time, e.g., 20180201000000 for changes since Feb 1st, 2018. |
A list
of pathway names. Note: pathway deletions will be listed as blank names.
{ getRecentChangesNames('20180201000000') }