Skip to content

Commit

Permalink
Update ts-feature-cluster-tbl.R
Browse files Browse the repository at this point in the history
  • Loading branch information
spsanderson committed Oct 14, 2023
1 parent c6fe5b2 commit f3b6f56
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions R/ts-feature-cluster-tbl.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
#'
#' So you can make a function as follows
#'
#' my_mean <- function(x){
#' ret <- mean(x, na.rm = TRUE)
#' return(ret)
#' }
#' 'my_mean <- function(x){return(mean(x, na.rm = TRUE))}'
#'
#' You can then call this by using `.features = c("my_mean")`.
#'
Expand Down

0 comments on commit f3b6f56

Please sign in to comment.