Skip to content

Commit 722e199

Browse files
authored
Tweak return val doc
1 parent f0a3a90 commit 722e199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/remote.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#' @param sql_options `r lifecycle::badge("experimental")`
1616
#' SQL rendering options generated by [sql_options()].
1717
#' @param ... Additional arguments passed on to methods.
18-
#' @return The value, or `NULL` if not remote table, or not applicable.
19-
#' For example, computed queries do not have a "name"
18+
#' @return A string, or `NULL` if not a remote table, or not applicable.
19+
#' For example, computed queries do not have a "name".
2020
#' @export
2121
#' @examples
2222
#' mf <- memdb_frame(x = 1:5, y = 5:1, .name = "blorp")

0 commit comments

Comments
 (0)