Skip to content

Commit

Permalink
Spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
nacnudus committed Jul 8, 2017
1 parent 9003f52 commit 90b2470
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/tidy_xlsx.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#'
#' @details
#' A cell has two 'values': its content, and sometimes also a formula. It also
#' has formatting applied at the 'style' level, which can be locally overriden.
#' has formatting applied at the 'style' level, which can be locally overridden.
#'
#' \subsection{content}{
#' Depending on the cell, the content may be a numeric value such as 365 or
Expand All @@ -31,7 +31,7 @@
#' of the formula the last time it was evaluated.
#'
#' Certain groups of cells may share a formula that differs only by addresses
#' refered to in the formula; such groups are identified by an index, the
#' referred to in the formula; such groups are identified by an index, the
#' 'formula_group'. The xlsx (Excel) file format only records the formula
#' against one cell in any group. It is planned for \code{tidy_xlsx} to parse
#' such formulas and copy them to the other cells in a group, making the
Expand Down Expand Up @@ -74,7 +74,7 @@
#' \describe{
#' \item{address}{The cell address in A1 notation.}
#' \item{row}{The row number of a cell address (integer).}
#' \item{col}{The column numer of a cell address (integer).}
#' \item{col}{The column number of a cell address (integer).}
#' \item{content}{The content of a cell before type inference (see
#' 'Details').}
#' \item{formula}{The formula in a cell (see 'Details').}
Expand Down

0 comments on commit 90b2470

Please sign in to comment.