get_data_from_sql_file: Get data from a sql file

View source: R/data_import.R

get_data_from_sql_fileR Documentation

Get data from a sql file

Description

Get data from a sql file

Usage

get_data_from_sql_file(file_name, dsn, context = "project")

Arguments

file_name

The name of the SQL file you want to use.

dsn

A DSN entry: edify, PROD, REPT, BRPT, etc...

context

The R project context in which this SQL lives. Current options are "project", "shiny", and "sandbox".

Value

a dataframe containing the results of your sql query


dsu-effectiveness/utHelpR documentation built on April 26, 2024, 12:24 p.m.