check_input: Internal Functions to check the consistency of input...

View source: R/check_input.R

check_inputR Documentation

Internal Functions to check the consistency of input arguments.

Description

Internal Functions to check the consistency of input arguments.

Usage

check_input(x)

## Default S3 method:
check_input(x)

## S3 method for class 'numeric'
check_input(x)

## S3 method for class 'matrix'
check_input(x)

## S3 method for class 'xts'
check_input(x)

## S3 method for class 'data.frame'
check_input(x)

## S3 method for class 'tbl'
check_input(x)

Arguments

x

A vector, a matrix, a xts or a tibble object.

Value

A matrix object.

Examples

#

Reckziegel/CMA documentation built on July 13, 2022, 10:31 p.m.