Skip to contents

View a directed graph of view dependencies in a database.

Usage

map_views(
  conn = db,
  ignore_schemas = c("information_schema", "pg_catalog", "postgis", "admin", "dev",
    "outputs_backup", "public")
)

Arguments

conn

A DBI connection object.

ignore_schemas

A character vector of schema names to ignore.

Value

An htmltools widget showing the directed graph of view dependencies.