Create a function to access PRISME's Oracle DB
Usage
use_db_function(name, open = rlang::is_interactive())
Arguments
- name
name of the function (and R file)
- open
Open the newly created file for editing? Happens in RStudio, if applicable, or via
utils::file.edit()
otherwise.