Skip to content

Commit

Permalink
Update f_weekday.R
Browse files Browse the repository at this point in the history
  • Loading branch information
trinker committed Aug 13, 2017
1 parent 0247471 commit 028f260
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/f_weekday.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#' Format Months to One Letter Abbreviation
#' Format Weekdays to One Letter Abbreviation
#'
#' Format long month name, integer, or date formats to a single capital letter.
#' Format long weedayhweeday name, integer, or date formats to a single capital letter.
#' Useful for plot scales as a way to save space.
#'
#' @param x A vector of month names, integers 1-12, or dates.
#' @param x A vector of weekday names, integers 1-12, or dates.
#' @param distinct logical. If \code{TRUE} Sunday will be presented as \code{Su}
#' and Thursday as \code{Th}.
#' @param \ldots ignored.
Expand Down

0 comments on commit 028f260

Please sign in to comment.