We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5cc5a commit 35d6639Copy full SHA for 35d6639
R/utils.R
@@ -45,5 +45,6 @@ uncompress_spc_date <- function(compressed_date) {
45
}
46
47
`%||%` <- function(a, b) {
48
+ # nolint next: coalesce_linter.
49
if (!is.null(a)) a else b
50
0 commit comments