Skip to content

Commit

Permalink
Update documentation for get_informant_report()
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Jul 23, 2023
1 parent 4cb9e60 commit 44655e3
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 16 deletions.
29 changes: 21 additions & 8 deletions R/get_informant_report.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,30 @@
#' direct editing of a **pointblank** YAML file (an informant can be written
#' to **pointblank** YAML with `yaml_write(informant = <informant>, ...)`).
#'
#' @param informant An informant object of class `ptblank_informant`.
#' @param informant *The pointblank informant object*
#'
#' @param size The size of the display table, which can be either `"standard"`
#' (the default, with a width of 875px), `"small"` (width of 575px), or, a
#' pixel- or percent-based width of your choosing (supply an integer value for
#' the width in pixels, or values with `"px"` or `"%"` appended, like `"75%"`,
#' `obj:<ptblank_informant>` // **required**
#'
#' A **pointblank** *informant* object that is commonly created through the
#' use of the [create_informant()] function.
#'
#' @param size *Size option for display-table report*
#'
#' `scalar<character>` // *default:* `"standard"`
#'
#' The size of the display table, which can be either `"standard"` (the
#' default, with a width of 875px), `"small"` (width of 575px), or, a pixel-
#' or percent-based width of your choosing (supply an integer value for the
#' width in pixels, or values with `"px"` or `"%"` appended, like `"75%"`,
#' `"500px"`, etc.).
#'
#' @param title Options for customizing the title of the report. The default is
#' the keyword `":default:"` which produces generic title text that refers to
#' the **pointblank** package in the language governed by the `lang` option.
#' @param title *Title customization options*
#'
#' `scalar<character>` // *default:* `":default:"`
#'
#' Options for customizing the title of the report. The default is the keyword
#' `":default:"` which produces generic title text that refers to the
#' **pointblank** package in the language governed by the `lang` option.
#' Another keyword option is `":tbl_name:"`, and that presents the name of the
#' table as the title for the report. If no title is wanted, then the
#' `":none:"` keyword option can be used. Aside from keyword options, text can
Expand Down
29 changes: 21 additions & 8 deletions man/get_informant_report.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44655e3

Please sign in to comment.