use_db_function: Create a function to access PRISME's Oracle DB

View source: R/use_db_function.R

use_db_functionR Documentation

Create a function to access PRISME's Oracle DB

Description

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.

Examples

## Not run: 
use_db_function("export_flows")

## End(Not run)

espinielli/scrap documentation built on Dec. 9, 2023, 11:25 p.m.