\name{dbListDatabases} \alias{dbListDatabases} %- Also NEED an '\alias' for EACH other topic documented here. \title{List all databases} \description{ This function lists all databases from an PostgreSQL backend. } \usage{ dbListDatabases(con) } %- maybe also 'usage' for other objects documented here. \arguments{ \item{con}{The database connection object.} } \value{ A data.frame with the database names and all other properties of the databases } \author{Johannes Rainer} %\seealso{\code{\link{dbConnect}}} \keyword{data}