flywire_last_modified: Check when a root id was last edited

View source: R/flywire-api.R

flywire_last_modifiedR Documentation

Check when a root id was last edited

Description

Check when a root id was last edited

Usage

flywire_last_modified(x, tz = "UTC", cloudvolume.url = NULL, ...)

Arguments

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 choose_segmentation

...

additional arguments passed to the low-level flywire_fetch function

Details

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.

Value

A vector of POSIXct timestamps, by default in the standard UTC timezone.

See Also

Other flywire-ids: flywire_islatest(), flywire_latestid(), flywire_leaves(), flywire_rootid(), flywire_updateids(), flywire_xyz2id()

Examples


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")


natverse/fafbseg documentation built on Nov. 11, 2024, 9:50 p.m.