bioacoustica.listTaxa: Function to list taxa present on BioAcoustica

Description Usage Author(s) Examples

Description

This fucntion is used to list biological taxa that are presentin the BioAcoustica database.

Usage

1

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/taxa";
  taxa <- bioacoustica::bioacoustica.call(path);
  return (taxa);
}

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