OK_column_standards | R Documentation |
A data frame with the column standards for data frames
and Excel sheets produced when planning the sampling schemes for
the Norwegian surveillance programmes. The raw data for the column
standards can be edited in the original Excel table. The code for
preparing of the data frame is written in
"./data-raw/generate_OK_column_standards". The
OK_column_standards
is used as input for
standardize_columns
.
OK_column_standards
A data frame with 14 variables:
the database, either OK_planlegging or OK_kontroll
name of source table / data frame
name of variable in source table
name of variable in working table, usually the same as in source table
label (column name) used when writing to Excel, one line header. Generated from label_no and spec_no. For OK-planning usually the same as label_no
label in short form
specification of label
English label (column name) used when writing to Excel, one line header. Generated from label_no and spec_no. For OK-planning usually the same as label_no
English label in short form
specification of label
column width used in Excel tables given in Excel units
column width used in DT tables, currently not relevant for OK-planning
column class usedto import character strings correctly
column order when saving standard data and reporting
"colnames_translation_table.xlsx" at NVI's internal net.
standards <- data(OK_column_standards, package = "OKplan")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.