Learn R Programming

bioacoustics (version 0.2.8)

metadata: Extract metadata

Description

Extract metadata

Extract metadata from Zero-Crossing files

Extract metadata from a Wave object

Usage

metadata(x, ...)

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

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

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

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

# S3 method for 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.