Description Usage Arguments Value Author(s) Examples
Sets the SymbiotaR2_url
option for you, optionally, by
appending it to your .Rprofile
. Checks whether you've
specified a valid URL that can be reached, and attempts to pull
a resource from the API, to confirm that the URL does specify
a Symbiota2 portal.
1 | SymbiotaR2_setup(url, append = FALSE, verbose = TRUE)
|
url |
URL of Symbiota2 portal (a trailing |
append |
|
verbose |
|
Invisbly, the URL that has been stored
Will Pearse
1 2 3 4 5 6 7 | ## Not run:
# An example (that doesn't work because it's not a real portal)
SymbiotaR2_setup("http://nonexistent-portal.com/api/")
# Trying to save a non-existence portal
SymbiotaR2_setup("http://nonexistent-portal.com/api/", TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.