checkStream: Check the stream consists of finite numeric values

View source: R/errorMessage.R View source: R/errorMessage.R

checkStreamR Documentation

Check the stream consists of finite numeric values

Description

Check the stream does not have any NULLs, NAs, infs, etc

Check if the skipChecks parameter is a boolean (it should be).

Usage

checkStream(x, functionName = "")

checkStream(x, functionName = "")

Arguments

x

The stream

functionName

The name of the original function which is being called to check the parameters. Will help user with debugging. Default is "", in which case no function name will be displayed.

skipChecks

A boolean


ffstream documentation built on May 31, 2023, 7:53 p.m.