
List the databases served by a Datasette instance
Source:R/ingest_datasette.R
morie_datasette_databases.RdQueries /-/databases.json on the instance and returns one row
per database.
Value
A data.frame with one row per database (name, path,
size, table count as provided by the instance).
Examples
if (FALSE) { # nzchar(Sys.getenv("MORIE_DATASETTE_URL"))
dbs <- morie_datasette_databases()
head(dbs$name)
}