Skip to content

Commit e05d4eb

Browse files
committed
correct minor typo on the headers
1 parent 01e64e1 commit e05d4eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

R/ds.recodeValues.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#' One particular use of
88
#' \code{ds.recodeValues} is to convert NAs to an explicit value or vice-versa.
99
#'
10-
#' The argument \code{force.output.formata} can be specified in 3 ways: \cr
11-
#' (1) \code{force.output.formata = "numeric"} the output
10+
#' The argument \code{force.output.format} can be specified in 3 ways: \cr
11+
#' (1) \code{force.output.format = "numeric"} the output
1212
#' vector will be of type numeric and any non-numeric values in
1313
#' \code{new.values.vector} will appear as \code{NaN} in the recoded vector.\cr
1414
#' (2) \code{force.output.format = "character"} all values

0 commit comments

Comments
 (0)