Fetch user contribution history
catmaid_user_history(from, to = Sys.Date(), pid = 1L, conn = NULL, ...)
from | Starting date for history |
---|---|
to | End date for history (defaults to today's date) |
pid | Project id (default 1) |
conn | A |
... | Additional arguments passed to the |
A data.frame with columns
full_name
login
id
new_cable (in nm)
new_connectors
new_reviewed_nodes
date
# NOT RUN { catmaid_user_history(from="2016-01-01") # last 2 days catmaid_user_history(from = Sys.Date()-2) # }