R/readWav.R

Defines functions readWav

Documented in readWav

readWav = function(filename, start = 1, end = 100, units = "minutes") {
  stop(paste0("readWav has been deprecated (see ",
              "https://github.com/wadpac/GGIRread/issues/48). If this is a",
              " major problem for you contact package maintainer."))
}

Try the GGIRread package in your browser

Any scripts or data that you put into this service are public.

GGIRread documentation built on Oct. 12, 2023, 1:06 a.m.