birdNetInstall {sonicscrewdriver} | R Documentation |
This function installs BirdNET in the ssd_birdnet
environment using reticulate
.
birdNetInstall(unattended = FALSE)
unattended |
If TRUE then the function will not prompt the user to install the environment in a non-interactive session. |
## Not run:
birdnetInstall()
birdNetInstall(unattended=TRUE)
## End(Not run)