Description Usage Arguments Examples
This function allows you to pull all of something (tube, tissue, etc) from the LabGuru API.
1 | get_all(token, data_type = "boxes")
|
token |
A valid LabGuru API token |
data_type |
What kind of object tube, tissue, etc |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.