Skip to content

Commit f0a3a90

Browse files
authored
Tweak doc formatting
1 parent 1ff6363 commit f0a3a90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

R/remote.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
#' the query plan (as computed by the remote database). `remote_src()` and
88
#' `remote_con()` give the dplyr source and DBI connection respectively.
99
#'
10-
#' @param x Remote table, currently must be a [tbl_sql].
10+
#' @param x Remote table, currently must be a [`tbl_sql`].
1111
#' @param null_if_local Return `NULL` if the remote table is created via
12-
#' `tbl_lazy()` or `lazy_frame()`?
12+
#' [tbl_lazy()] or [lazy_frame()]?
1313
#' @param cte `r lifecycle::badge("deprecated")`
14-
#' Use the `render_otions` argument instead.
14+
#' Use the `sql_options` argument instead.
1515
#' @param sql_options `r lifecycle::badge("experimental")`
16-
#' SQL rendering options generated by `sql_options()`.
16+
#' SQL rendering options generated by [sql_options()].
1717
#' @param ... Additional arguments passed on to methods.
1818
#' @return The value, or `NULL` if not remote table, or not applicable.
1919
#' For example, computed queries do not have a "name"

0 commit comments

Comments
 (0)