jzeyl / aadR

connect to animal audiogram database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aadR

Scripts to connect to the animal audiogram database API to import audiograms into R.

Function name Task
species_available() Prints list of species available in the database
browse_audiograms() browse_audiograms() will create a dataframe with all the available species in the database, named 'aad_audiograms'
get_species() get_species("Eretmochelys imbricata") will create a dataframe with audiogram data for a specific species named 'audiograms_speciesname'

Dependencies:

library(jsonlite)
library(httr)
library(ggplot2)
library(dplyr)

About

connect to animal audiogram database


Languages

Language:R 100.0%