Skip to content

Commit aff13a8

Browse files
committed
add doc links
1 parent 2aea0cb commit aff13a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/pkg/R/catalog.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ dropTempView <- function(viewName) {
207207
#' @param databaseName (optional) name of the database
208208
#' @return a SparkDataFrame
209209
#' @rdname tables
210+
#' @seealso \link{listTables}
210211
#' @export
211212
#' @examples
212213
#'\dontrun{
@@ -325,6 +326,7 @@ listDatabases <- function() {
325326
#' @return a SparkDataFrame of the list of tables.
326327
#' @rdname listTables
327328
#' @name listTables
329+
#' @seealso \link{tables}
328330
#' @export
329331
#' @examples
330332
#' \dontrun{

0 commit comments

Comments
 (0)