Skip to content

Commit

Permalink
Need to export set_format_strings.shift_layer
Browse files Browse the repository at this point in the history
  • Loading branch information
mstackhouse committed Dec 15, 2023
1 parent 2055a8d commit 1daabae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ S3method(set_denoms_by,count_layer)
S3method(set_denoms_by,shift_layer)
S3method(set_format_strings,count_layer)
S3method(set_format_strings,desc_layer)
S3method(set_format_strings,shift_layer)
S3method(set_where,tplyr_layer)
S3method(set_where,tplyr_table)
S3method(str,f_str)
Expand Down
1 change: 1 addition & 0 deletions R/set_format_strings.R
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ set_format_strings.count_layer <- function(e, ...) {
e
}

#' @export
set_format_strings.shift_layer <- function(e, ...) {

dots <- list2(...)
Expand Down

0 comments on commit 1daabae

Please sign in to comment.