Fetch change log information for one or more neurons
Arguments
- x
One or more crant 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.POSIXctfor 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, whileNA) will result in a hard stop on error. Seenlapplyfor more details.- ...
Additional arguments passed to
flywire_fetch
Value
a data.frame See fabseg::flywire_change_log for
details
Details
As of August 2021 this is a simple wrapper of
fafbseg::flywire_change_log. For now the old (and less
convenient format) available from the zetta API can be obtained with the
private crantr:::crant_change_log_zetta function.