Skip to content

Commit a6c797e

Browse files
authored
Merge pull request #9 from DavisVaughan/fix/dplyr
Add `id` global
2 parents 85be4a6 + 5b2a00b commit a6c797e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/globals.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ if (getRversion() >= "2.15.1") {
55
"breaks_label", "term_node",
66
"level", "node_id", "parent",
77
"splitvar", "value", "x", "y", "y_hat", ".",
8-
".metric", ".estimate"
8+
".metric", ".estimate", "id"
99
))
1010
}

0 commit comments

Comments
 (0)