validateInput: Pre-process input table

View source: R/validateInput.R

validateInputR Documentation

Pre-process input table

Description

This function groups rows, splices the header into the table and fills missing values where they should not exist.

Usage

validateInput(schema = NULL, input = NULL)

Arguments

schema

[character(1)]
the validated schema description of input.

input

[character(1)]
table to reorganise.

Value

a table where columns and rows are grouped and headers are spliced into the table.


EhrmannS/tabshiftr documentation built on Feb. 17, 2025, 9:26 p.m.