Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcheung committed Dec 28, 2017
1 parent 284c74a commit 1f2fac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pkg/R/functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -3551,7 +3551,7 @@ setMethod("date_trunc",
#' @export
#' @examples
#' \dontrun{
#' head(select(df, current_date(), current_timestamp()))
#' head(select(df, current_date(), current_timestamp()))}
#' @note current_date since 2.3.0
setMethod("current_date",
signature("missing"),
Expand Down

0 comments on commit 1f2fac3

Please sign in to comment.