Get the UTC creation / edit time for a CATMAID treenode or connector. Useful for making 'state' arguments to be passed to other functions that edit data on a CATMAID server.
catmaid_node_time(id, time = c("creation_time", "edition_time"), pid = 1, conn = NULL, ...)
id | a treenode or connector ID |
---|---|
time | whether to return the creation_time or edition_time |
pid | project id. Defaults to 1 |
conn | CATMAID connection object, see ?catmaid::catmaid_login for details |
... | methods passed to catmaid::catmaid_set_labels |