exampleFormatted2: exampleFormatted2

exampleFormatted2R Documentation

exampleFormatted2

Description

Sample of formatted BirdNET output.

Usage

data(exampleFormatted2)

Format

An object of class data.frame containing 17 columns.

Details

The exampleFormatted2 object can be used to experiment with birdnet_* functions, such as birdnet_gather

Examples

# Load the dataset
data(exampleFormatted2)

# View structure
str(exampleFormatted2, max.level = 1)

# Create a BirdNET results directory for this example
dir.create('example-results-directory')

# Write examples of formatted BirdNET outputs to example results directory
# to mimic output format of birdnet_format
write.table(x = exampleFormatted2,
            file = 'example-results-directory/Rivendell_20210623_114602.BirdNET_formatted_results.csv',
            row.names = FALSE, quote = FALSE, sep = ',')

# Delete all temporary example files when finished
unlink(x = 'example-results-directory', recursive = TRUE)


nationalparkservice/NSNSDAcoustics documentation built on March 4, 2025, 10:24 p.m.