powered by
Search for data or analyses on audioBlast.
audioblast( type, name, endpoint = NULL, check = TRUE, max_pages = NULL, page = 1, quiet = FALSE, on.issue = stop, output = "data.frame", ... )
A data frame
One of data, analysis, standalone.
Name of data or analysis source.
Optionally specify endpoint of an audioBlast module.
Logical. Performs sanity check on input before sending to audioBLAST.
Maximum number of data pages to return, by default this is set to NULL and returns all pages.
First page of results to request, defaults to 1.
If true will not print progress. Silence is a virtue.
Function to call on error or warning. By default stop to raise a standard R error. Setting to warning will instead a warning.
stop
warning
By default a data.frame. "Annotations" will return a list of Annotation objects.
data.frame
Annotation
Fields and values to filter on. Any field defined by audioBLAST.
if (FALSE) { audioblast("data", "recordings", taxon="Gryllotalpa vineae") }
Run the code above in your browser using DataLab