Skip to content

Commit 6046092

Browse files
committed
Update roxygen docs to 4.1.1
1 parent 61c7cff commit 6046092

9 files changed

+20
-12
lines changed

NAMESPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by roxygen2 (4.0.0): do not edit by hand
1+
# Generated by roxygen2 (4.1.1): do not edit by hand
22

33
export(applyTableChanges)
44
export(calcHtableDelta)

man/applyChange.Rd

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
% Generated by roxygen2 (4.0.0): do not edit by hand
1+
% Generated by roxygen2 (4.1.1): do not edit by hand
2+
% Please edit documentation in R/apply-table-changes.R
23
\name{applyChange}
34
\alias{applyChange}
45
\title{Apply a single change to the table.}
@@ -8,11 +9,11 @@ applyChange(table, change, trim = TRUE)
89
\arguments{
910
\item{table}{The htable data.frame}
1011

11-
\item{changes}{An array of length 4 of changes to apply, in the form of
12-
[row, col, oldValue, newValue] using 0-based-indexing}
13-
1412
\item{trim}{if \code{TRUE}, will trim any leading or trailing whitespace from
1513
the relevant values.}
14+
15+
\item{changes}{An array of length 4 of changes to apply, in the form of
16+
[row, col, oldValue, newValue] using 0-based-indexing}
1617
}
1718
\value{
1819
The data.frame provided with the change applied.

man/applyTableChanges.Rd

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
% Generated by roxygen2 (4.0.0): do not edit by hand
1+
% Generated by roxygen2 (4.1.1): do not edit by hand
2+
% Please edit documentation in R/apply-table-changes.R
23
\name{applyTableChanges}
34
\alias{applyTableChanges}
45
\title{Apply Changes to Htable}

man/calcHtableDelta.Rd

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
% Generated by roxygen2 (4.0.0): do not edit by hand
1+
% Generated by roxygen2 (4.1.1): do not edit by hand
2+
% Please edit documentation in R/calc-htable-delta.R
23
\name{calcHtableDelta}
34
\alias{calcHtableDelta}
45
\title{Calculate data.frame differences}

man/getHtableTypes.Rd

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
% Generated by roxygen2 (4.0.0): do not edit by hand
1+
% Generated by roxygen2 (4.1.1): do not edit by hand
2+
% Please edit documentation in R/get-htable-types.R
23
\name{getHtableTypes}
34
\alias{getHtableTypes}
45
\title{Calculate HTable-Compatible Type Names}

man/htable.Rd

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
% Generated by roxygen2 (4.0.0): do not edit by hand
1+
% Generated by roxygen2 (4.1.1): do not edit by hand
2+
% Please edit documentation in R/htable.R
23
\name{htable}
34
\alias{htable}
45
\title{Render a Handsontable}

man/renderHtable.Rd

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
% Generated by roxygen2 (4.0.0): do not edit by hand
1+
% Generated by roxygen2 (4.1.1): do not edit by hand
2+
% Please edit documentation in R/render-htable.R
23
\name{renderHtable}
34
\alias{renderHtable}
45
\title{Render a Handsontable Element}

man/strtrim.Rd

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
% Generated by roxygen2 (4.0.0): do not edit by hand
1+
% Generated by roxygen2 (4.1.1): do not edit by hand
2+
% Please edit documentation in R/apply-table-changes.R
23
\name{strtrim}
34
\alias{strtrim}
45
\title{Trim trailing or leading whitespace from a string.}

man/updateTableStyle.Rd

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
% Generated by roxygen2 (4.0.0): do not edit by hand
1+
% Generated by roxygen2 (4.1.1): do not edit by hand
2+
% Please edit documentation in R/update-table-style.R
23
\name{updateTableStyle}
34
\alias{updateTableStyle}
45
\title{Update the styling of a cell}

0 commit comments

Comments
 (0)