create_sample_node | R Documentation |
Create a sample XML::xmlNode suitable for POSTing
create_sample_node(name = NULL, project_uri = NULL, container_uri = NULL,
well = NULL, date_received = NULL, date_completed = NULL)
name |
character sample name (required) |
project_uri |
character uri of project (required) |
container_uri |
character uri of the container (required) |
well |
character location on the well such as 'A:1' (required) |
date_received |
optional character date in the form 'YYYY-MM-DD' |
date_completed |
optional character date in the form 'YYYY-MM-DD' |
XML::xmlNode
Other Lims Sample: LimsRefClass_get_samples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.