bioacoustica.authenticate: Authenticate to BioAcoustica.

Description Usage Arguments Value Author(s) Examples

Description

This function allows youto authenticate to BiOAcoustica using your crednetials from within R.

Usage

1
bioacoustica.authenticate(username, password)

Arguments

username

Your BioAcoustica user name.

password

Your BioAcoustica password.

Value

An authenticated CURL handle that can be passed to other functions in this package.

Author(s)

Ed Baker

Examples

1
2
3
4
5
6
7
8
##---- 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(username, password) {
  return(DrupalR::drupalr.authenticate(bioacoustica::bioacoustica.getHandle(), username, password));  
}

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