soundgen (version 1.5.0)

htmlPlots: HTML for clickable plots

Description

Internal soundgen function

Usage

htmlPlots(myfolder, myfiles)

Arguments

myfolder

full path to target folder, without a '/' at the end

myfiles

a list of full names of files (with paths and extensions)

Details

Writes an html file for displaying clickable plots in a browser.

Examples

Run this code
# NOT RUN {
htmlPlots(myfolder = '~/Downloads/temp',
          myfiles = c('~/Downloads/temp/myfile1.wav',
                      '~/Downloads/temp/myfile2.wav'))
# }

Run the code above in your browser using DataCamp Workspace