View source: R/getRecentChanges.R
getRecentChanges | R Documentation |
Retrieve recently changed pathways at WikiPathways.
getRecentChanges(timestamp = NULL)
timestamp |
(8 digits, YYYYMMDD) Limit by time, only pathways changed after the given date, e.g., 20180201 for changes since Feb 1st, 2018. |
A data.frame
of recently changed pathways, including id, name,
url, species and revision
{
getRecentChanges('20180201')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.