Skip to content

Commit f8ea630

Browse files
authored
Fix doc and tweak formatting (#1543)
1 parent 71b677e commit f8ea630

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

R/remote.R

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
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.
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")

man/remote_name.Rd

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)