Skip to content

Commit

Permalink
add utils::
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Jun 30, 2024
1 parent 2006a5a commit f74f3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ translate_statistics = function(statistics) {
distinct_count = FALSE,
null_count = TRUE
)
statistics = modifyList(default, statistics)
statistics = utils::modifyList(default, statistics)
nms = names(statistics)
invalid = nms[!nms %in% c("min", "max", "distinct_count", "null_count")]
if (length(invalid) > 0) {
Expand Down

0 comments on commit f74f3c3

Please sign in to comment.