Skip to content

Commit

Permalink
Correct one example invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Aug 8, 2024
1 parent eb52235 commit 8151f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/NDRectangle.R
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ tiledb_ndrectangle_datatype <- function(ndr, dimname) {
#' if (tiledb_version(TRUE) >= "2.26.0") {
#' dom <- tiledb_domain(dim = tiledb_dim("d1", c(1L, 100L), type = "INT32"))
#' ndr <- tiledb_ndrectangle(dom)
#' tiledb_ndrectangle_datatype(ndr, 0)
#' tiledb_ndrectangle_datatype_by_ind(ndr, 0)
#' }
#' @export
tiledb_ndrectangle_datatype_by_ind <- function(ndr, dim) {
Expand Down
2 changes: 1 addition & 1 deletion man/tiledb_ndrectangle_datatype_by_ind.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8151f20

Please sign in to comment.