Skip to content
/ MSSQL Public

Tools to Work with Microsoft SQL Server Databases via RODBC

Notifications You must be signed in to change notification settings

gfcm/MSSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRAN Status CRAN Monthly CRAN Total

MSSQL

MSSQL provides tools that extend the functionality of the RODBC package to work with Microsoft SQL Server databases. Makes it easier to browse the database and examine individual tables and views.

MSSQL is implemented as an R package and available on CRAN.

Installation

MSSQL can be installed from CRAN using the install.packages command:

install.packages("MSSQL")

Usage

For a summary of the package:

library(MSSQL)
?MSSQL

Development

MSSQL is developed openly on GitHub.

Feel free to open an issue there if you encounter problems or have suggestions for future versions.

The current development version can be installed using:

library(remotes)
install_github("gfcm/MSSQL")