fanc_change_log: Fetch change log information for one or more neurons

View source: R/zetta-api.R

fanc_change_logR Documentation

Fetch change log information for one or more neurons

Description

Fetch change log information for one or more neurons

Usage

fanc_change_log(x, tz = "UTC", filtered = TRUE, OmitFailures = TRUE, ...)

Arguments

x

One or more fanc ids in any format understandable by ngl_segments

tz

Time zone for edit timestamps. Defaults to "UTC" i.e. Universal Time, Coordinated. Set to "" for your current timezone. See as.POSIXct for more details.

filtered

Whether to filter out edits unlikely to relate to the current state of the neuron (default TRUE, see details).

OmitFailures

Whether to omit neurons for which there is an API timeout or error. The default value (TRUE) will skip over errors, while NA) will result in a hard stop on error. See nlapply for more details.

...

Additional arguments passed to flywire_fetch

Details

As of August 2021 this is a simple wrapper of fabseg::flywire_change_log. For now the old (and less convenient format) available from the zetta API can be obtained with the private fancr:::fanc_change_log_zetta function.

Value

a data.frame See fabseg::flywire_change_log for details

Examples


fanc_change_log("648518346473954669")


flyconnectome/fanc documentation built on Sept. 6, 2024, 9:56 a.m.