R/SetVerbose.R

Defines functions SetVerbose

Documented in SetVerbose

SetVerbose <-
function(HRVData,Verbose) {
# ---------------------------
# Sets verbose mode on or off
# ---------------------------
   	HRVData$Verbose=Verbose

   	return(HRVData)
}

Try the RHRV package in your browser

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

RHRV documentation built on Nov. 1, 2022, 1:05 a.m.