bioacoustica.listCollections: Function to list collections present on BioAcoustica

Description Usage Value Author(s) Examples

Description

This function is used to list collections available on BioAcoustica.

Usage

1

Value

String of CSV data.

Author(s)

Ed Baker

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##---- 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() {
  path <- "/R/collections";
  collections <- bioacoustica::bioacoustica.call(path);
  return (collections);
}

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