Skip to contents

Send a set of JPEGs for a given bioSampleNumber to the database

Usage

postCapsuleJpeg_batch(
  auth_token,
  bioSampleNumber,
  image_dir,
  expected_number_of_images
)

Arguments

auth_token

see getUserAuthToken

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

Value

a list of httr response objects