GetSqlData | R Documentation |
This function will grab data from a SQL database using a SQL file
GetSqlData(
DRIVER = "SQL Server",
SERVER = "sdl02-vm161",
DB_NAME = "OpsDW",
PROJECT_PATH = NULL,
DEBUG = TRUE
)
DRIVER |
Name of the SQL Platform |
SERVER |
Name of the server |
DB_NAME |
Name of the database |
PROJECT_PATH |
path to the project directory |
DEBUG |
If TRUE, the function will run in debug mode |
Returns the results of the sql query
Abraham Mathew
Other Data Import:
GetCsvData()
,
GetSqlQuery()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.