Skip to content

Commit

Permalink
Tweak return val doc
Browse files Browse the repository at this point in the history
  • Loading branch information
salim-b authored Sep 24, 2024
1 parent f0a3a90 commit 722e199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/remote.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#' @param sql_options `r lifecycle::badge("experimental")`
#' SQL rendering options generated by [sql_options()].
#' @param ... Additional arguments passed on to methods.
#' @return The value, or `NULL` if not remote table, or not applicable.
#' 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".
#' @export
#' @examples
#' mf <- memdb_frame(x = 1:5, y = 5:1, .name = "blorp")
Expand Down

0 comments on commit 722e199

Please sign in to comment.