flywire_last_modified | R Documentation |
Check when a root id was last edited
flywire_last_modified(x, tz = "UTC", cloudvolume.url = NULL, ...)
x |
A set of flywire ids |
tz |
A timezone in which to display the modification time; defaults to UTC (~ the proper name for GMT). |
cloudvolume.url |
The segmentation source URL for cloudvolume. Normally
you can ignore this and rely on the default segmentation chosen by
|
... |
additional arguments passed to the low-level
|
The raw information for this call is in seconds since the epoch,
00:00 on 1 January 1970 UTC. Specifying a tz
argument changes the
display but not the actual time of the event i.e. Princeton will typically
display 5h behind Cambridge corresponding to the same physical time.
A vector of POSIXct
timestamps, by default in the
standard UTC timezone.
Other flywire-ids:
flywire_islatest()
,
flywire_latestid()
,
flywire_leaves()
,
flywire_rootid()
,
flywire_updateids()
,
flywire_xyz2id()
flywire_last_modified("720575940639218165")
# Your local time zone
flywire_last_modified("720575940639218165", tz="")
# Cambridge (the original one)
flywire_last_modified("720575940639218165", tz="GB")
# Princeton
flywire_last_modified("720575940639218165", tz="US/Eastern")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.