dfe-analytical-services / dfeR

Common R tasks in the Department for Education (DfE)
https://dfe-analytical-services.github.io/dfeR/
GNU General Public License v3.0
9 stars 2 forks source link

Fix bug in get_clean_sql and add pre-requisite and additional notes on server naming #74

Closed cjrace closed 2 months ago

cjrace commented 2 months ago

Brief overview of changes

Fixing a bug in the get_clean_sql() function that mean the additional settings wouldn't return the SQL statement. Plus a quick update to the notes in the connecting to SQL vignette

Why are these changes being made?

I was following it on a new laptop and noticed the bug as well as a couple of assumed things I thought it was worth writing down.

Detailed description of changes

Additional information for reviewers

Issue ticket number/s and link

None

cjrace commented 2 months ago

Add notes on backslashes and drivers to the SQL vignette in dfeR