Skip to content

Commit ef3842f

Browse files
committed
Fix docs Group.R
1 parent 09ed1c1 commit ef3842f

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

R/Group.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2022-2024 TileDB Inc.
3+
# Copyright (c) 2022-2025 TileDB Inc.
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal
@@ -262,7 +262,8 @@ tiledb_group_get_metadata <- function(grp, key) {
262262
##' \code{tiledb_group()}
263263
##' @param key A character value with they index under which the
264264
##' data will be written
265-
##' @return A boolean value indicating with the object is present
265+
##' @return A logical value indicating if the given key exists in the
266+
##' metadata of the given group
266267
##' @export
267268
tiledb_group_has_metadata <- function(grp, key) {
268269
stopifnot(

man/tiledb_group_has_metadata.Rd

Lines changed: 2 additions & 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)