Return the latest skeleton id accounting for edits

catmaid_latestid(skids, pid = 1, conn = NULL, ...)

Arguments

skids

One more skids in any form accepted by catmaid_skids. Note that NAs are accepted and will give NA output.

pid

Project id (default 1)

conn

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

Value

A named vector of skeleton ids

Examples

if (FALSE) {
# for FAFB CATMAID
catmaid_latestid(c(13682, 9254, 15886))
}