Description Usage Arguments Value Note Author(s) Examples
Functions that retrieve Reference resources from the server previously connected to. Each function either retrieves an individual resource or a page of resources, depending on the arguments provided.
1 | LookupReferenceTypes(id, page, url = NULL)
|
id |
id value (usually |
page |
|
url |
URL string of the Symbiota2 portal to be connected to.
A trailing |
If using id
, the specific resource specified;
if using page, the page
specified of resources
To specify a default URL to refer to, see SymbiotaR2_setup()
Austin Koontz
1 2 3 4 5 6 | ## Not run:
# Pulling a LookupReferenceType resource (id = 1),
from a (nonexistent) dummy portal
object <- LookupReferenceType(id = 1, url = "http://dummy-portal.com/api/")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.