Skip to content

Instantly share code, notes, and snippets.

View yuchiyama8712's full-sized avatar

Yoshimasa Uchiyama yuchiyama8712

View GitHub Profile
@yuchiyama8712
yuchiyama8712 / wamei-gakumei.R
Created September 24, 2020 19:41
Make Japanese name - scientific name relationship list by iNaturalist
# Requirements.
# packages: data.table, dplyr
library(data.table)
library(dplyr)
taxa <- fread("taxa.csv")
setkeyv(taxa, "id")
ja_names <- fread("VernacularNames-japanese.csv")