Skip to content

Commit

Permalink
Fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinErickson committed Mar 25, 2020
1 parent c0b3c4d commit 0fe2d60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/ffexp.R
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ ffexp <- R6::R6Class(
#' @param new_values The values of the new variable which have not been
#' run. This should not include `arg_name`, the name of the new variable
#' at the existing values.
#' @param suppressMessage Should the message be suppresed? The message
#' @param suppressMessage Should the message be suppressed? The message
#' tells the user a new variable was added and it is being returned in a new
#' object. Default FALSE.
add_variable = function(name, existing_value, new_values,
Expand Down Expand Up @@ -847,7 +847,7 @@ ffexp <- R6::R6Class(
#' object. The existing object is not changed.
#' @param arg_name Which existing argument is a level being added to?
#' @param new_values The value of the new levels to be added to `arg_name`.
#' @param suppressMessage Should the message be suppresed? The message
#' @param suppressMessage Should the message be suppressed? The message
#' tells the user a new level was added and it is being returned in a new
#' object. Default FALSE.
add_level = function(arg_name, new_values, suppressMessage=FALSE) {
Expand Down
4 changes: 2 additions & 2 deletions man/ffexp.Rd

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

0 comments on commit 0fe2d60

Please sign in to comment.