News
sqlcaseR 0.2 (2023-11-21)
- 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.
sqlcaseR 0.1.3 (2023-1-15)
- New function! inlist() creates a SQL IN() list from a CSV file or dataframe that includes the values to check for.
sqlcaseR 0.1.2 (2022-12-22)
- Added header argument to specify if input file has a header row.
- Added error message for unspecified inputs.
sqlcaseR 0.1.1 (2022-12-20)
- Added functionality to read in dataframes in addition to file paths.
sqlcaseR 0.1.0 (2022-12-16)
Initial Release to GitHub
- Initial Release to GitHub