Learn R Programming

pumilioR (version 1.3.1)

checkVersion: 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

Run this code
  ## Not run: 
# 	  access <- checkVersion(pumilio_URL = "http://pumilio.coquipr.com/pumilio/")
# 	
# 	  access
# 	  ## End(Not run)
	

Run the code above in your browser using DataLab