fanc_change_log | R Documentation |
Fetch change log information for one or more neurons
fanc_change_log(x, tz = "UTC", filtered = TRUE, OmitFailures = TRUE, ...)
x |
One or more fanc ids in any format understandable by
|
tz |
Time zone for edit timestamps. Defaults to "UTC" i.e. Universal
Time, Coordinated. Set to "" for your current timezone. See
|
filtered |
Whether to filter out edits unlikely to relate to the current
state of the neuron (default |
OmitFailures |
Whether to omit neurons for which there is an API timeout
or error. The default value ( |
... |
Additional arguments passed to |
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.
a data.frame
See fabseg::flywire_change_log
for
details
fanc_change_log("648518346473954669")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.