| list_resource | R Documentation | 
List URIs in a resource such as samples or containers.
list_resource(lims, resource, n = NA, ...)
| lims | the LimsRefClass object to query | 
| resource | character the uri to get | 
| n | numeric, the maximum number of URI, NA to get all | 
| ... | further arguments for httr::GET including  | 
character vector of zero or more URI
## Not run: 
    # list the samples in a project
    ss <- list_resources(lims,'samples', projectname = 'foobar')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.