TileReadCustomCheck {TileShuffle} | R Documentation |
Checks parameter for exported function TileReadCustom
.
TileReadCustomCheck(custom.filename, custom2.filename, custominc.filename, pmonly, mmonly, normalize, gc, verbose)
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. |
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.
None.