R/catmaid_skeleton.R
catmaid_change_history.Rd
Return the edit history of a CATMAID skeleton
catmaid_change_history(skids, pid = 1, conn = NULL, ...)
One or more numeric skeleton ids or a character vector defining
a query (see catmaid_skids
or examples for the syntax).
Project id (default 1)
A catmaid_connection
objection returned by
catmaid_login
. If NULL
(the default) a new connection
object will be generated using the values of the catmaid.* package
options as described in the help for catmaid_login
.
Additional arguments passed to the catmaid_fetch
function
a list of lists with the most recent ids last
if (FALSE) {
catmaid_change_history(15886)
}