# Tue Feb 4 19:43:33 2020 ------------------------------ | |
setwd("~/Documents/Tutorials/birdsong") | |
library(parallel) | |
library(tidyverse) | |
library(abind) | |
library(caret) | |
library(tuneR) | |
library(warbleR) | |
source("funs.R") | |
# Create mp3/ if necessary | |
if(!dir.exists("mp3/")){ | |
dir.create("mp3/") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment