vt_column_order: Validate that a CSV's Columns Are Correctly Ordered

View source: R/vt_column_order.R

vt_column_orderR Documentation

Validate that a CSV's Columns Are Correctly Ordered

Description

vt_column_order - Validates that a .csv file's data.frame columns are ordered as expected.

Usage

vt_column_order(data, map, file_name = NULL)

Arguments

data

data.frame.

map

A data.frame with a header (header name) & required (logical,; Is column required?).

file_name

An optional file name for use in reporting.

Value

Returns a list of validation results.


steventsimpson/valiData documentation built on Jan. 27, 2023, 2:11 p.m.