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.
2 parents decab9d + 50a415b commit 6629945Copy full SHA for 6629945
R/trace_calls.R
@@ -28,7 +28,7 @@ trace_calls <- function (x, parent_functions = NULL, parent_ref = NULL) {
28
lapply(y, trace_calls, parent_functions = parent_functions)
29
}
30
31
- if (is.atomic(x) || is.name(x)) {
+ if (is.atomic(x) || is.name(x) || is.null(x)) {
32
if (is.null(parent_ref)) {
33
x
34
0 commit comments