File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 19
19
# ' The list input to column_standards must follow a specific format.
20
20
# ' It is a list with at least three named vectors:
21
21
# ' \itemize{
22
- # ' \item colname = a vector of all columns in in the source file that
22
+ # ' \item \code{ colname}: a vector of all columns in in the source file that
23
23
# ' should be included in the Excel report with the selection list.
24
- # ' \item collabel = A vector with the labels that should be used in the
24
+ # ' \item \code{ collabel}: A vector with the labels that should be used in the
25
25
# ' Excel report.
26
- # ' \item colwidth = A vector with the column width that should be used
26
+ # ' \item \code{ colwidth}: A vector with the column width that should be used
27
27
# ' in the Excel report.
28
28
# ' }
29
29
# '
30
30
# ' In addition one may input:
31
31
# '
32
32
# ' \itemize{
33
- # ' \item colorder = the order of the columns to be used in the Excel report.
33
+ # ' \item \code{ colorder}: the order of the columns to be used in the Excel report.
34
34
# ' The default is to use the same order as they are entered in the vectors.
35
- # ' \item column_db = input added as a possibility to keep on the same format
35
+ # ' \item \code{ column_db}: input added as a possibility to keep on the same format
36
36
# ' as \code{\link{OK_column_standards}}. Not necessary to input.
37
- # ' \item table_db = input added as a possibility to keep on the same format
37
+ # ' \item \code{ table_db}: input added as a possibility to keep on the same format
38
38
# ' as \code{\link{OK_column_standards}}. Must be the same as
39
39
# ' \code{dbsource}. Not necessary to input.
40
40
# ' }
You can’t perform that action at this time.
0 commit comments