Metropolitan-Council / councilR

A curated collection of commonly used templates, color palettes, functions, and more!
Other
6 stars 1 forks source link

Implement functions returning database connection, not table #68

Closed eroten closed 9 months ago

eroten commented 9 months ago

This PR makes available functions that return a database connection object, while retaining functions that return a table.

New functions established

These functions are written in the same .R file as their import_from___() counterpart, to keep organization consistent.

R/ files re-named

Additional changes