We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a3a90 commit 722e199Copy full SHA for 722e199
R/remote.R
@@ -15,8 +15,8 @@
15
#' @param sql_options `r lifecycle::badge("experimental")`
16
#' SQL rendering options generated by [sql_options()].
17
#' @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"
+#' @return A string, or `NULL` if not a remote table, or not applicable.
+#' For example, computed queries do not have a "name".
20
#' @export
21
#' @examples
22
#' mf <- memdb_frame(x = 1:5, y = 5:1, .name = "blorp")
0 commit comments