Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.23 KB

File metadata and controls

48 lines (34 loc) · 1.23 KB

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")