get_all: Get all of something from LabGuru

Description Usage Arguments Examples

View source: R/guru-utils.R

Description

This function allows you to pull all of something (tube, tissue, etc) from the LabGuru API.

Usage

1
get_all(token, data_type = "boxes")

Arguments

token

A valid LabGuru API token

data_type

What kind of object tube, tissue, etc

Examples

1
2
3
4
5
6
7
## Not run: 
# get a box via the api
tok <- 'API_SECRET'
box_info <- get_all(token = tok, data_type = 'boxes')


## End(Not run)

JovingeLabSoftware/BioradConfig documentation built on May 7, 2019, 12:04 p.m.