songPreference is a R package that permits analyzing the output of SingSparrow. It allows to filter data and produce basic reports.
songPreference can be installed directly from GitHub. The package devtools is required. If that package is not present in R, install it with the following line of code:
install.packages("devtools")
Then install songPreference with the following code:
install_github(repo= "crodriguez-saltos/songPreference", build_vignettes= TRUE)
The package comes with useful vignettes to get started. Once the package is installed, check the vignettes by using the following code:
browseVignettes(package= "songPreference")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.