There was an error while loading. Please reload this page.
1 parent 451c633 commit 14ef8ffCopy full SHA for 14ef8ff
1 file changed
R/categorize_prism.R
@@ -128,7 +128,7 @@ get_prism_cutpoints <- function(
128
if (nrow(no_cutpoints) > 0) {
129
rlang::abort(
130
message = "At least one requested set of cutpoints not found in dataset for any as-of date",
131
- body = c("Cutpoints not found:", capture.output(no_cutpoints))
+ body = c("Cutpoints not found:", utils::capture.output(no_cutpoints))
132
)
133
}
134
@@ -146,7 +146,7 @@ get_prism_cutpoints <- function(
146
147
148
message = "At least one requested set of cutpoints does not have a vintage matching the target as-of date.",
149
- body = c("Cutpoints missing a vintage:", capture.output(no_vintage))
+ body = c("Cutpoints missing a vintage:", utils::capture.output(no_vintage))
150
151
152
0 commit comments