Skip to content

Commit

Permalink
Website bugfix - hide internal function from index
Browse files Browse the repository at this point in the history
  • Loading branch information
hleegwater committed Jan 10, 2025
1 parent 7f088c9 commit a9a547a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/fields.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ doc_get_fields <- function(doc_id, api_key = get_api_key()) {
#' Put a list of fields into one field. This can be needed when no Structured
#' Document template is specified and a Basic Document is used, but the
#' html/excel/other input has multiple subheaders or fields.
#' @keywords internal
#' @param doc_body_fields multiple fields in a list
#' @param use_html_sep If `TRUE`, each field is placed in a html paragraph, with </p> and <p>
#' @returns a list with one field, with only content, all contents from other fields, separated by `\n`.
Expand Down
1 change: 1 addition & 0 deletions man/put_all_fields_in_one_field.Rd

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

0 comments on commit a9a547a

Please sign in to comment.