- New function! updatetable() creates a SQL UPDATE...SET...WHERE query from a CSV file or dataframe that includes the values to be updated in the SQL table.
- New function! inlist() creates a SQL IN() list from a CSV file or dataframe that includes the values to check for.
- Added header argument to specify if input file has a header row.
- Added error message for unspecified inputs.
- Added functionality to read in dataframes in addition to file paths.
- Initial Release to GitHub