Learn R Programming

ffstream (version 0.1.7.2)

checkStream: 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