check_input: Checking input format

View source: R/load_data.R

check_inputR Documentation

Checking input format

Description

Checks whether the input is a data.frame (or a tibble) with its first column being character and the rest columns being numeric.

Usage

check_input(input_data)

Arguments

input_data

the input to check

Value

TRUE if the input_data.frame meets the requirements, otherwise FALSE.


greenelab/ADAGEpath documentation built on May 25, 2022, 7:11 a.m.