mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 15:21:58 +02:00
fix for mo codes
This commit is contained in:
@ -1517,6 +1517,10 @@ trimws2 <- function(..., whitespace = "[\u0009\u000A\u000B\u000C\u000D\u0020\u00
|
||||
trimws(..., whitespace = whitespace)
|
||||
}
|
||||
|
||||
totitle <- function(x) {
|
||||
gsub("^(.)", "\\U\\1", x, perl = TRUE)
|
||||
}
|
||||
|
||||
readRDS_AMR <- function(file, refhook = NULL) {
|
||||
# this is readRDS with remote file support
|
||||
con <- file(file)
|
||||
|
Reference in New Issue
Block a user