loadData: Load Data from SQL Connection

View source: R/loadData.R

loadDataR Documentation

Load Data from SQL Connection

Description

This function returns a data frame that is the output of a SQL Query.

Usage

loadData(sqlString)

Arguments

sqlString

This is the query that should be sent to the SQL database.

Examples

  dat <- loadData("SELECT * FROM t_customers")

jsdeherrera/shinyBoots documentation built on March 9, 2024, 3:03 a.m.