error_table: Creates a data frame with ERROR records

View source: R/qa_error_table.R

error_tableR Documentation

Creates a data frame with ERROR records

Description

Creates a data frame with ERROR records

Usage

error_table(first_column = "", col = 2, column_names)

Arguments

first_column

A string of the first column name in the output data frame. By default is empty string.

col

Number of needed columns of the output data frame. By default is set to 2.

column_names

A string vector of the column names. If missing and number of columns are less than 2 then will be set to NULL, otherwise second column will be set to "dOFV" and all other columns will be set to empty strings.

Value

A data frame with the ERROR records.


UUPharmacometrics/PsNR documentation built on June 30, 2023, 8:34 a.m.