Skip to content

Instantly share code, notes, and snippets.

@monogenea
Created March 28, 2020 18:24
Embed
What would you like to do?
# 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