Skip to content

Commit

Permalink
Update roxygen docs to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trestletech committed Jul 14, 2015
1 parent 61c7cff commit 6046092
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by roxygen2 (4.0.0): do not edit by hand
# Generated by roxygen2 (4.1.1): do not edit by hand

export(applyTableChanges)
export(calcHtableDelta)
Expand Down
9 changes: 5 additions & 4 deletions man/applyChange.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.0): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/apply-table-changes.R
\name{applyChange}
\alias{applyChange}
\title{Apply a single change to the table.}
Expand All @@ -8,11 +9,11 @@ applyChange(table, change, trim = TRUE)
\arguments{
\item{table}{The htable data.frame}

\item{changes}{An array of length 4 of changes to apply, in the form of
[row, col, oldValue, newValue] using 0-based-indexing}

\item{trim}{if \code{TRUE}, will trim any leading or trailing whitespace from
the relevant values.}

\item{changes}{An array of length 4 of changes to apply, in the form of
[row, col, oldValue, newValue] using 0-based-indexing}
}
\value{
The data.frame provided with the change applied.
Expand Down
3 changes: 2 additions & 1 deletion man/applyTableChanges.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.0): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/apply-table-changes.R
\name{applyTableChanges}
\alias{applyTableChanges}
\title{Apply Changes to Htable}
Expand Down
3 changes: 2 additions & 1 deletion man/calcHtableDelta.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.0): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/calc-htable-delta.R
\name{calcHtableDelta}
\alias{calcHtableDelta}
\title{Calculate data.frame differences}
Expand Down
3 changes: 2 additions & 1 deletion man/getHtableTypes.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.0): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/get-htable-types.R
\name{getHtableTypes}
\alias{getHtableTypes}
\title{Calculate HTable-Compatible Type Names}
Expand Down
3 changes: 2 additions & 1 deletion man/htable.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.0): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/htable.R
\name{htable}
\alias{htable}
\title{Render a Handsontable}
Expand Down
3 changes: 2 additions & 1 deletion man/renderHtable.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.0): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/render-htable.R
\name{renderHtable}
\alias{renderHtable}
\title{Render a Handsontable Element}
Expand Down
3 changes: 2 additions & 1 deletion man/strtrim.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.0): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/apply-table-changes.R
\name{strtrim}
\alias{strtrim}
\title{Trim trailing or leading whitespace from a string.}
Expand Down
3 changes: 2 additions & 1 deletion man/updateTableStyle.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
% Generated by roxygen2 (4.0.0): do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/update-table-style.R
\name{updateTableStyle}
\alias{updateTableStyle}
\title{Update the styling of a cell}
Expand Down

0 comments on commit 6046092

Please sign in to comment.