Describe the bug
Not really a bug, but a lot, if not all functions have defaults for their parameters. This suggests that the functions can be run as is, even though this is not true at all.
Error in `checkIfDbmsIsSupported()`:
! DBMS '' not supported. Please use one of these values: 'oracle', 'hive', 'postgresql', 'redshift', 'sql server', 'pdw', 'netezza', 'impala', 'bigquery', 'sqlite', 'sqlite extended', 'spark', 'hive'
Run `rlang::last_error()` to see where the error occurred.
Expected behavior
Because of the default parameters, the documentation suggests the function can be run as is. However the following parameters are minimally required:
Describe the bug Not really a bug, but a lot, if not all functions have defaults for their parameters. This suggests that the functions can be run as is, even though this is not true at all.
To Reproduce Documentation:
Expected behavior Because of the default parameters, the documentation suggests the function can be run as is. However the following parameters are minimally required: