preCheck: preCheck

View source: R/helper_preCheck.R

preCheckR Documentation

preCheck

Description

Performs prechecks and returns error messages for wrong input. If x is a textual input, x is returned unprocessed. If x is a file, x is read with readLines() and returned.

Usage

preCheck(x)

Arguments

x

anything

Value

The original input, error messages, empty objects or the read file content with readLines().


JATSdecoder documentation built on Oct. 12, 2023, 5:13 p.m.