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
if (FALSE) {
birdnetInstall()
birdNetInstall(unattended=TRUE)
}