Skip to content

Commit

Permalink
Change default of "encoding" to "unknown"
Browse files Browse the repository at this point in the history
  • Loading branch information
hsonne committed Mar 22, 2024
1 parent dae5c73 commit a5df320
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/readEuCodedFile.R
Expand Up @@ -6,7 +6,7 @@
#'
#' @param input.file full path to text file containing CCTV inspection results
#' in the format described in DIN EN 13508-2
#' @param encoding default: "latin1", passed to \code{\link{readLines}}, see
#' @param encoding default: "unknown", passed to \code{\link{readLines}}, see
#' there.
#' @param file.encoding Encoding to be assumed for the \code{input.file}.
#' The default is \code{NULL} in which case the name of the encoding is read
Expand Down Expand Up @@ -34,7 +34,7 @@
#'
readEuCodedFile <- function(
input.file,
encoding = "latin1",
encoding = "unknown",
file.encoding = NULL,
read.inspections = TRUE,
name.convention = c("norm", "camel", "snake")[1L],
Expand Down
4 changes: 2 additions & 2 deletions man/readEuCodedFile.Rd

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

0 comments on commit a5df320

Please sign in to comment.