check_timesheet: Check Time Sheet

Description Usage Arguments Value Examples

View source: R/check.R

Description

Check Time Sheet

Usage

1
check_timesheet(x, nrow = NA, exclusive = FALSE, order = FALSE)

Arguments

x

A data frame to check.

nrow

A flag indicating whether x should have rows (versus no rows) or a missing value indicating no requirements or a count or count range of the number of rows.

exclusive

A flag indicating whether other columns are not permitted.

order

A flag indicating whether the columns have to occur in the same order as values.

Value

An invisible copy of x (if it doesn't throw an error).

Examples

1
check_timesheet(poistimesheets::timesheet)

poissonconsulting/poistimesheets documentation built on Jan. 24, 2020, 4:54 a.m.