Learn R Programming

sonicscrewdriver (version 0.0.7)

birdNetInstall: Install the BirdNET environment

Description

This function installs BirdNET in the ssd_birdnet environment using reticulate.

Usage

birdNetInstall(unattended = FALSE)

Arguments

unattended

If TRUE then the function will not prompt the user to install the environment in a non-interactive session.

Examples

Run this code
if (FALSE) {
birdnetInstall()
birdNetInstall(unattended=TRUE)
}

Run the code above in your browser using DataLab