Skip to contents

Flatten a logical RDB table into wide format from FLATXML

Usage

flatten_table(table_name, year, con)

Arguments

table_name

Character table identifier in the concordance.

year

Integer year.

con

DBI connection to DuckDB.

Value

A lazy tibble (dbplyr) that can be collect()ed.