checkVersion {pumilioR} | R Documentation |
Get Pumilio Version
Description
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.
Usage
checkVersion(pumilio_URL, credentials = NA, pumiliologin = NA)
Arguments
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 |
Value
Returns a boolean if the Pumilio version matches the requirement.
Examples
## Not run:
access <- checkVersion(pumilio_URL = "http://pumilio.coquipr.com/pumilio/")
access
## End(Not run)
[Package pumilioR version 1.3.1 Index]