File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments