View source: R/qa_error_table.R
error_table | R Documentation |
Creates a data frame with ERROR records
error_table(first_column = "", col = 2, column_names)
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. |
A data frame with the ERROR records.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.