Skip to contents

Check if a CRANT root id is up to date

Usage

crant_islatest(x, timestamp = NULL, ...)

Arguments

x

FlyWire rootids in any format understandable to ngl_segments including as integer64

timestamp

(optional) argument to set an endpoint - edits after this time will be ignored (see details).

...

Additional arguments passed to flywire_islatest

See also

Examples

crant_islatest("576460752684030043")
#> Error : Unable to find chunked graph credentials!
#> Please set by doing:
#>   flywire_set_token()/fanc_set_token() etc 
#> For further details see:
#> https://github.com/seung-lab/cloud-volume#chunkedgraph-secretjson
#> Error in crant_scene(): It looks like you do not have a stored token. Please use `flywire_set_token()` to make one.Note you may have to do this in addition to `crantr_set_token()`