#' wrapper for tuneR::setWavPlayer
#' @param path2player Character. Specify path to audioplayer
#'
#' @export
audioplayer_set_path <- function(path2player = "/usr/bin/play") {
tuneR::setWavPlayer(path2player)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.