From 1dccedd03b8a498c00b2e6de5637f748fe3b8a06 Mon Sep 17 00:00:00 2001 From: CharnelMouse Date: Thu, 7 Nov 2024 18:54:05 +0000 Subject: [PATCH] Built site for autodb@2.0.0.9000: 51e1fa0 --- dev/pkgdown.yml | 2 +- dev/reference/database.html | 6 ++++++ dev/reference/relation.html | 6 ++++++ dev/search.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index 11cbcd2..2a1a39f 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -3,7 +3,7 @@ pkgdown: 2.1.1 pkgdown_sha: ~ articles: autodb: autodb.html -last_built: 2024-11-07T15:03Z +last_built: 2024-11-07T18:53Z urls: reference: https://charnelmouse.github.io/autodb/reference article: https://charnelmouse.github.io/autodb/articles diff --git a/dev/reference/database.html b/dev/reference/database.html index bd4bc31..bbfe1a6 100644 --- a/dev/reference/database.html +++ b/dev/reference/database.html @@ -484,6 +484,12 @@

Examples references(db) ) stopifnot(identical(db_recon2, db)) + +# can be a data frame column +data.frame(id = 1:2, relation = db) +#> id relation +#> 1 1 schema a (0 records) +#> 2 2 schema b (0 records)