checkVersion {pumilioR} | R Documentation |
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.
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.
## Not run:
access <- checkVersion(pumilio_URL = "http://pumilio.coquipr.com/pumilio/")
access
## End(Not run)