R/read_songs.R

Defines functions read_songs

Documented in read_songs

#' read_songs
#'
#' @param files to read
#'
#' @return returns read files
#' @export
#'

read_songs <- function(files) {
  purrr::map(files, tuneR::readWave)

}
vrios/songspellR documentation built on Dec. 23, 2021, 4:12 p.m.