poissonconsulting / readwritesqlite

An R package that enhances writing and reading data to and from SQLite databases
https://poissonconsulting.github.io/readwritesqlite/
Other
38 stars 1 forks source link

need functions to write descriptions to metatable #6

Closed joethorley closed 5 years ago

joethorley commented 5 years ago

something like

rws_describe.character(x, column, description)

which is vectored and must be in table

rws_describe.data.frame(x) which requires columns Table and Column and Description and simply calls rws_describe.character

joethorley commented 5 years ago

implemented rws_describe_sqlite_meta() just need to test

joethorley commented 5 years ago

done