Skip to content

Commit

Permalink
Fix autodb docs to refer to the database class docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CharnelMouse committed Nov 24, 2024
1 parent bfc6931 commit 88d1294
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/autodb.r
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
#' as the \code{file} argument for \code{\link[base]{cat}}.
#' @param ... further arguments passed on to \code{\link{discover}}.
#'
#' @return A database, represented by a list of three elements. See
#' \code{\link{decompose}} for details.
#' @return A \code{\link{database}}, containing the data in \code{df} within the
#' inferred database schema.
#' @examples
#' # simple example
#' autodb(ChickWeight)
Expand Down
4 changes: 2 additions & 2 deletions man/autodb.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 88d1294

Please sign in to comment.