Skip to content

Commit

Permalink
document arg
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-baumann committed Nov 11, 2023
1 parent 1edf5b6 commit e14581a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/read_bin_types.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ read_signed_int <- function(raw, cursor, n = 1L) {
}

#' read character from binary
#'
#' @inheritParams read_unsigned_int
#' @param n_char integer with number of desired characters to read from raw
#' @param encoding encoding to assign character strings that are read. Default
#' is `"latin1"`., which will use Windows Latin 1 (ANSI) encoding. This is
#' how Bruker software OPUS is assumed to commonly store strings.
Expand Down
2 changes: 2 additions & 0 deletions man/read_character.Rd

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

0 comments on commit e14581a

Please sign in to comment.