Description Usage Arguments Value Examples
Function to find if the version of the Pumilio system can work with this package. Version 2.6.0, or newer, of Pumilio is required and if the system allows querying.
1 2 | checkVersion(pumilio_URL, credentials = NA, pumiliologin = NA)
|
pumilio_URL |
URL of the Pumilio installation, with trailing slash. For example: "http://server.com/pumilio/" |
credentials |
username and password, separated with a colon, for websites that require basic Apache webserver authentication |
pumiliologin |
username and password, separated with a colon, for Pumilio systems that require a valid user |
Returns a boolean if the Pumilio version matches the requirement.
1 2 3 4 5 6 7 | ## Not run:
access <- checkVersion(pumilio_URL = "http://pumilio.coquipr.com/pumilio/")
access
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.