exampleFormatted1: exampleFormatted1

exampleFormatted1R Documentation

exampleFormatted1

Description

Sample of formatted BirdNET output.

Usage

data(exampleFormatted1)

Format

An object of class data.frame containing 17 columns.

Details

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

Examples

# Load the dataset
data(exampleFormatted1)

# View structure
str(exampleFormatted1, 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 = exampleFormatted1,
            file = 'example-results-directory/Rivendell_20210623_113602.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.