| reassign_article_to_user | R Documentation | 
reassign_article_to_user reassigns and otherwise modifies a specific existing document allocation to a specific user, and otherwise modifies the allocation parmeters (updating allocation_type, allocated_by, allocation_date, status and coding_complete fields.
reassign_article_to_user( user_doc_id, user_id, allocation_type, allocated_by, allocation_date = as.character(Sys.Date()), status = "NEW", coding_complete = 0 )
| user_doc_id | Id of the document to be assigned or a vector of document ids. | 
| user_id | Id of the user the document is to be assigned to or a vector of user ids. | 
| allocation_type | Type of allocation (training, testing, coding, checking, ideal). | 
| allocation_date | Date allocation made (usually today). | 
| status | Status of document coding (generally 'NEW' for newly reassigned documents). | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.