labguru_download_plate: Labguru download plate

View source: R/ic50.R

labguru_download_plateR Documentation

Labguru download plate

Description

Download a plate's data and stores dilution, measure and control files in a folder or returns data frames.

Usage

labguru_download_plate(
  plate,
  dir = "./plate",
  server = Sys.getenv("LABGURU_SERVER"),
  token = Sys.getenv("LABGURU_TOKEN")
)

Arguments

plate

numeric(1) indicating the plate id

dir

character(1) indicating the directory to store the created files

server

character(1) string indicating the server URL

token

character(1) access token for API authentication

Value

invisible, list() with dir name, and dilution, measure nd control data frames

Examples

## Not run: 
labguru_download_plate(plate = 271)

## End(Not run)

BioData/LabguruR documentation built on May 11, 2022, 11:46 p.m.