Skip to content

Commit

Permalink
Touch up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Sep 16, 2017
1 parent 38257f6 commit 3c557cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
14 changes: 8 additions & 6 deletions R/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,18 @@
#' if using the \code{rules} argument.
#' @param include character vector of columns of \code{df}
#' to be included in the wildcard evaluation.
#' The values/rules will replace the wildcards in these columns.
#' The values will replace the wildcards in these columns
#' but not in any of the other colums.
#' All columns are included by default.
#' You may use \code{include} or \code{exclude} (or neither),
#' but not both.
#' @param exclude character vector of columsn of \code{df}
#' @param exclude character vector of columns of \code{df}
#' to be EXCLUDED from the wildcard evaluation.
#' The lengths of these columns may change as wildcards
#' are evaluated elsewhere, but no wildcards are replaced
#' by their values in these columns.
#' By default, no columns are excluded.
#' The values will NOT replace the wildcards in any of these
#' columns, but wildcard evaluation will occur in all
#' the other columns.
#' By default, no columns are excluded (all columns
#' are used for wildcard evaluation).
#' You may use \code{include} or \code{exclude} (or neither),
#' but not both.
#' @examples
Expand Down
14 changes: 8 additions & 6 deletions man/wildcard.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c557cc

Please sign in to comment.