init_sql_server: SQL Server Database Connection

View source: R/init_sql_server.R

init_sql_serverR Documentation

SQL Server Database Connection

Description

Maintains a connection to a SQL Server database that you can query

Usage

init_sql_server(server, database, username = NULL, password = NULL)

Arguments

server

the server that hosts the database

database

the name of the default database schema

username

your username, if you do not include this R will prompt you when the object is created

password

your password, if you do not include this R will prompt you when the object is created

Value

an object that maintains a connection to the server that you can query with SQL


mattjcamp/dbr documentation built on May 11, 2023, 2:19 a.m.