Rich, safe extraction of <named-connection>
nodes and their <connection>
attributes into a tidy tibble.
Value
Tibble with columns like connection_id
, connection_caption
,
connection_class
, connection_target
, dbname
, schema
, warehouse
,
region
, filename
, and location_named
.
Examples
if (FALSE) { # \dontrun{
xml <- xml2::read_xml("inst/extdata/sample.twb")
extract_named_connections(xml)
} # }