poissonconsulting / poissqlite

An R package to facilitate working with SQLite databases
http://www.poissonconsulting.ca/poissqlite
Other
0 stars 0 forks source link

psq_tbl_sqlite function #1

Closed sebdalgarno closed 7 years ago

sebdalgarno commented 7 years ago

function to take a list of tibbles and create sqlite database by pasting together bits and pieces (e.g. column names, table names, limits, unique elements, class)

add foreign key optional, primary key set by user