getSites: Get Sites from Pumilio

Description Usage Arguments Value Examples

View source: R/getSites.R

Description

Function to get the sites with sounds from Pumilio.

Usage

1
2
	getSites(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 data frame with the sites data.

SiteID

ID of the site

SiteName

name of the site

latitude

latitude of the site, in decimal degrees

longitude

longitude of the site, in decimal degrees

elevation

elevation of the site, in meters above sea level

notes

notes of the site

Examples

1
2
3
4
5
	## Not run: 
		sites <- getSites(pumilio_URL = "http://pumilio.coquipr.com/pumilio/")	
		sites[1,]
	
## End(Not run)

pumilioR documentation built on May 2, 2019, 3:36 p.m.

Related to getSites in pumilioR...