Skip to content

Commit cd84730

Browse files
committed
fix roxygen2 doc gen
1 parent b424a52 commit cd84730

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

R/pkg/R/catalog.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ createExternalTable <- function(x, ...) {
6969
#' @param ... additional named parameters as options for the data source.
7070
#' @return A SparkDataFrame.
7171
#' @rdname createTable
72-
#' @seealso \link{createExternalTable-deprecated}
72+
#' @seealso \link{createExternalTable}
7373
#' @export
7474
#' @examples
7575
#'\dontrun{
@@ -80,7 +80,6 @@ createExternalTable <- function(x, ...) {
8080
#' insertInto(df, "people")
8181
#' }
8282
#' @name createTable
83-
#' @method createTable
8483
#' @note createTable since 2.2.0
8584
createTable <- function(tableName, path = NULL, source = NULL, schema = NULL, ...) {
8685
sparkSession <- getSparkSession()

0 commit comments

Comments
 (0)