Skip to content

Commit

Permalink
Use name ppls() for .dicts_suggest in pos()
Browse files Browse the repository at this point in the history
  • Loading branch information
advieser authored Oct 8, 2024
1 parent 2a5fc15 commit 2b868be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/po.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pos.NULL = function(.objs, ...) {

#' @export
pos.character = function(.objs, ...) {
dictionary_sugar_inc_mget(dict = mlr_pipeops, .keys = .objs, ..., .dicts_suggest = list("ppl()" = mlr_graphs))
dictionary_sugar_inc_mget(dict = mlr_pipeops, .keys = .objs, ..., .dicts_suggest = list("ppls()" = mlr_graphs))
}

#' @export
Expand Down

0 comments on commit 2b868be

Please sign in to comment.