bioacoustica.listTypes: Function listing allowed annotation types from BioAcoustica

Description Usage Value Author(s) Examples

Description

This function lists the annotation types that are currently available on BioAcoustica.

Usage

1

Value

CSV file of the annotation types.

Author(s)

Ed Baker

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
##---- 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 () 
{
    url <- "http://bio.acousti.ca/R/types"
    types <- bioacoustica.call(url)
    return(types)
  }

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