#' read_songs
#'
#' @param files to read
#'
#' @return returns read files
#' @export
#'
read_songs <- function(files) {
purrr::map(files, tuneR::readWave)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.