Skip to content

Commit 16d78e9

Browse files
committed
Documentation fixes
1 parent e872197 commit 16d78e9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

R/TileDBArray.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ setClass(
101101
#'
102102
#' tiledb_array returns a new object. This class is experimental.
103103
#'
104-
#' @param uri uri path to the tiledb dense array
104+
#' @param uri uri path to the tiledb array
105105
#' @param query_type optionally loads the array in "READ" or "WRITE" only modes.
106106
#' @param is.sparse optional logical switch, defaults to "NA"
107107
#' letting array determine it
@@ -1251,7 +1251,7 @@ setMethod(
12511251
#'
12521252
#' For sparse matrices, row and column indices can either be supplied
12531253
#' as part of the left-hand side object, or as part of the data.frame
1254-
#' provided approrpiate column names.
1254+
#' provided appropriate column names.
12551255
#'
12561256
#' This function may still still change; the current implementation should be
12571257
#' considered as an initial draft.
@@ -1977,7 +1977,7 @@ array_vacuum <- function(
19771977
#' switches internally.
19781978
#'
19791979
#' @param arr A TileDB Array
1980-
#' @param idx An integer index between one the number of dimensions
1980+
#' @param idx An integer index between one and the number of dimensions
19811981
#' @return A two-element object is returned describing the domain of selected
19821982
#' dimension; it will either be a numeric vector in case of a fixed-size
19831983
#' fixed-sized dimensions, or a character vector for a variable-sized one.

man/subset-tiledb_array-ANY-ANY-ANY-method.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tiledb_array.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tiledb_array_get_non_empty_domain_from_index.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)