sql_validate_courses
will generate the standard sql query for pulling Course Validations from Edify.
Validations are done through Edify.
Source: R/validations.R
sql_validate_courses.Rd
sql_validate_courses
will generate the standard sql query for pulling Course Validations from Edify.
Validations are done through Edify.
Arguments
- data_source
The server you will be full from. Currently, Edify.
- name
The name you want the SQL file to have in your sql folder. This is a string and must be provided in quotes (e.g., "your_filename.sql").
- context
The context of your project. "project", "shiny", and "sandbox". The default is "project".