Created
March 28, 2020 18:24
-
-
Save monogenea/d66ada6555c72b1b8cb5edf9cbaa8213 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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