batch_retrieve: Retrieve a batch resource

View source: R/Lims.R

batch_retrieveR Documentation

Retrieve a batch resource

Description

Return order is *not* enforced to be the same as the input order

Usage

batch_retrieve(uri, lims, rel = c("artifacts", "containers", "files",
  "samples")[1], resource = file.path(rel, "batch", "retrieve"),
  asList = TRUE, rm_dups = TRUE, ...)

Arguments

uri

character vector of one or more uri

lims

LimsRefClass object

rel

charcater resource name

resource

character resource path

asList

logical, if TRUE return a named list of NodeRefClass objects

rm_dups

logical, by default we remove duplicates set this to TRUE to retrieve all, ignored if asList = FALSE

...

further arguments

Value

a list of NodeRefClass


BigelowLab/genologicsr documentation built on June 7, 2024, 3:15 a.m.