TileReadCustomCheck {TileShuffle}R Documentation

TileReadCustomCheck

Description

Checks parameter for exported function TileReadCustom.

Usage

TileReadCustomCheck(custom.filename, custom2.filename,
    custominc.filename, pmonly, mmonly, normalize, gc, verbose)

Arguments

custom.filename A vector of one or more filenames as a character to existing files.
custom2.filename A vector of one or more filename as a character to existing files or set to NULL.
custominc.filename A vector of filenames or one or more filenames as character to existing files or set to NULL.
pmonly A logical value that cannot be enabled if mmonly is TRUE.
mmonly A logical value that cannot be enabled if pmonly is TRUE.
normalize A logical value.
gc A logical value.
verbose A logical value.

Details

Checks parameter for exported function TileReadCustom whether they are missing, have a incorrect data type, or are obviously not correct, e.g., filename parameter refers to non-existing file.

Value

None.


[Package TileShuffle version 0.1.0 Index]