postCapsuleJpeg_batch | R Documentation |
Send a set of JPEGs for a given bioSampleNumber to the database
postCapsuleJpeg_batch(
auth_token,
bioSampleNumber,
image_dir,
expected_number_of_images
)
auth_token |
see |
bioSampleNumber |
The bioSampleNumber (from the bioSample table) for the image |
image_dir |
Path on your local computer to the directory which stores the images which relate to a single bioSampleNumber |
expected_number_of_images |
The number of jpg files you expect to be found in the image_dir |
a list of httr response objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.