Skip to content

Commit

Permalink
list_tidy_functions() corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
phgrosjean committed Sep 12, 2022
1 parent e5c241e commit f35d727
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions R/tidy_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@
#' @examples
#' # TODO...
list_tidy_functions <- function() {
c("tadd_count", "tadd_tally", "tarrange", "tbind_cols", "tbind_rows",
"tcount", "tdistinct", "tdrop_na", "textract", "tfill", "tfilter",
"tfilter_ungroup", "tfull_join", "tgroup_by", "tinner_join", "tleft_join",
"tmutate", "tmutate_ungroup", "tpivot_longer", "tpivot_wider", "tpull",
"trename", "trename_with", "treplace_na", "tright_join", "tselect",
"tseparate", "tseparate_rows", "tsummarise", "ttally", "ttransmute",
"ttransmute_ungroup", "tuncount", "tungroup", "tunite")
c("add_count", "add_tally", "arrange", "bind_cols", "bind_rows", "count",
"distinct", "drop_na", "extract", "fill", "filter", "filter_ungroup",
"full_join", "group_by", "inner_join", "left_join", "mutate",
"mutate_ungroup", "pivot_longer", "pivot_wider", "pull", "rename",
"rename_with", "replace_na", "right_join", "select", "separate",
"separate_rows", "summarise", "tally", "transmute", "transmute_ungroup",
"uncount", "ungroup", "unite")
}

#.src_tidy <- function(src, comment = "A tidy function, see ?tidy_functions.") {
Expand Down

0 comments on commit f35d727

Please sign in to comment.