Skip to content

Commit

Permalink
Tweak doc formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
salim-b authored Sep 24, 2024
1 parent 1ff6363 commit f0a3a90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/remote.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
#' the query plan (as computed by the remote database). `remote_src()` and
#' `remote_con()` give the dplyr source and DBI connection respectively.
#'
#' @param x Remote table, currently must be a [tbl_sql].
#' @param x Remote table, currently must be a [`tbl_sql`].
#' @param null_if_local Return `NULL` if the remote table is created via
#' `tbl_lazy()` or `lazy_frame()`?
#' [tbl_lazy()] or [lazy_frame()]?
#' @param cte `r lifecycle::badge("deprecated")`
#' Use the `render_otions` argument instead.
#' Use the `sql_options` argument instead.
#' @param sql_options `r lifecycle::badge("experimental")`
#' SQL rendering options generated by `sql_options()`.
#' 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"
Expand Down

0 comments on commit f0a3a90

Please sign in to comment.