From e5d79c87dd9e3d9e75c52512c8b6ad19271987a7 Mon Sep 17 00:00:00 2001 From: edzer Date: Wed, 24 Jul 2024 11:55:32 +0200 Subject: [PATCH] missing doc link --- R/read.R | 2 +- man/st_write.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/read.R b/R/read.R index 99628f55c..26d407457 100644 --- a/R/read.R +++ b/R/read.R @@ -406,7 +406,7 @@ abbreviate_shapefile_names = function(x) { #' @param driver character; name of driver to be used; if missing and \code{dsn} is not a Database Connection, a driver name is guessed from \code{dsn}; #' \code{st_drivers()} returns the drivers that are available with their properties; links to full driver documentation #' are found at \url{https://gdal.org/drivers/vector/index.html} -#' @param ... other arguments passed to \link{dbWriteTable} when \code{dsn} is a +#' @param ... other arguments passed to \link[DBI]{dbWriteTable} when \code{dsn} is a #' Database Connection #' @param dataset_options character; driver dependent dataset creation options; #' multiple options supported. diff --git a/man/st_write.Rd b/man/st_write.Rd index eee3b3ae0..b28ee2e10 100644 --- a/man/st_write.Rd +++ b/man/st_write.Rd @@ -53,7 +53,7 @@ a filename, a folder, a database name, or a Database Connection extension; for database connection, it is the name of the table. If layer is missing, the \code{basename} of \code{dsn} is taken.} -\item{...}{other arguments passed to \link{dbWriteTable} when \code{dsn} is a +\item{...}{other arguments passed to \link[DBI]{dbWriteTable} when \code{dsn} is a Database Connection} \item{driver}{character; name of driver to be used; if missing and \code{dsn} is not a Database Connection, a driver name is guessed from \code{dsn};