metadata: Extract metadata

Description Usage Arguments

View source: R/metadata.R

Description

Extract metadata

Extract metadata from Zero-Crossing files

Extract metadata from a Wave object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
metadata(x, ...)

## S3 method for class 'character'
metadata(x, file_type = c(file_type_guess(x), "wav", "zc"), ...)

## S3 method for class 'blob_detection'
metadata(x, ...)

## S3 method for class 'threshold_detection'
metadata(x, ...)

## S3 method for class 'zc'
metadata(x, ...)

## S3 method for class 'Wave'
metadata(x, ...)

Arguments

x

an object for which metadata will be extracted

...

further arguments passed to or from other methods.

file_type

type of file to read metadata from. Wav and Zero-Crossing files are currently supported.


bioacoustics documentation built on Feb. 8, 2022, 5:06 p.m.