Skip to content

Commit 0c4d06d

Browse files
committed
doc: styled help for write_ok_selection_list
1 parent 6d0600a commit 0c4d06d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

R/write_ok_selection_list.R

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
#' The list input to column_standards must follow a specific format.
2020
#' It is a list with at least three named vectors:
2121
#' \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
2323
#' 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
2525
#' 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
2727
#' in the Excel report.
2828
#' }
2929
#'
3030
#' In addition one may input:
3131
#'
3232
#' \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.
3434
#' 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
3636
#' 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
3838
#' as \code{\link{OK_column_standards}}. Must be the same as
3939
#' \code{dbsource}. Not necessary to input.
4040
#' }

man/write_ok_selection_list.Rd

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)