create_researcher_node | R Documentation |
Create a researcher XML::xmlNode suitable for POSTing
create_researcher_node(firstname = NULL, lastname = NULL, email = NULL,
username = NULL, password = NULL, initials = NULL, role = NULL,
account_locked = NULL, lab = NULL)
firstname |
character researcher first name (required) |
lastname |
character researcher last name (required) |
email |
character researcher email (required) |
username |
character if credentailed the required |
password |
character if credentailed then required |
initials |
exactly 3 alphanumeric characters, if credentialed then required |
role |
character vector of one or more roles |
account_locked |
logical |
lab |
character URI of the lab |
XML::xmlNode
Other Lims Researcher: LimsRefClass_get_researchers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.