labguru_download_plate | R Documentation |
Download a plate's data and stores dilution, measure and control files in a folder or returns data frames.
labguru_download_plate( plate, dir = "./plate", server = Sys.getenv("LABGURU_SERVER"), token = Sys.getenv("LABGURU_TOKEN") )
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 |
invisible, list() with dir name, and dilution, measure nd control data frames
## Not run: labguru_download_plate(plate = 271) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.