getCollections {pumilioR} | R Documentation |
Get Collections from Pumilio
Description
Function to get the collections with sounds from Pumilio.
Usage
getCollections(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 collections data.
ColID |
ID of the collection |
CollectionName |
name of the collection |
Author |
author of the collection |
FilesSource |
source of the collection |
CollectionFullCitation |
full citation to use for this collection |
URL |
web page for more details of this collection |
notes |
notes of the collection |
Examples
## Not run:
cols <- getCollections(pumilio_URL = "http://pumilio.coquipr.com/pumilio/")
cols[1,]
## End(Not run)
[Package pumilioR version 1.3.1 Index]