Skip to content

Instantly share code, notes, and snippets.

@monogenea
Created March 28, 2020 18:24
Show Gist options
  • Save monogenea/d66ada6555c72b1b8cb5edf9cbaa8213 to your computer and use it in GitHub Desktop.
Save monogenea/d66ada6555c72b1b8cb5edf9cbaa8213 to your computer and use it in GitHub Desktop.
# 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