bioacoustica.collectionMetadata: BioAcoustica Collection Metadata

Description Usage Arguments Value Author(s) Examples

Description

Retrieves the metadata for a collection of recordings

Usage

1

Arguments

collectionID

The BioAcoustica collection ID of the collection to retrieve.

c

An authenticated CURL handle.

Value

A string of the CSV metadata.

Author(s)

Ed Baker

Examples

1
2
3
4
5
6
7
8
9
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function(collectionID, c) {
  collection <- read.csv(text=DrupalR::drupalr.get("bio.acousti.ca/", paste0("collection/csv/",collectionID,"/", collectionID), c))
  return(collection)
}

BioAcoustica/bioacousticaR documentation built on May 5, 2019, 3:46 p.m.