View source: R/catmaid_stats.R
| catmaid_user_history | R Documentation | 
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) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.