MSSQL-package | R Documentation |
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.
Browse database:
dbOverview | Dimensions and column names |
dbStorage | Storage size |
dbTime | Time created and modified |
Browse table:
tableDim | Dimensions |
tableHead | First rows |
tableNcol | Number of columns |
tableNrow | Number of rows |
tableOverview | Data types and dimensions |
Helper functions:
tableQuote | Quote table name |
browseVignettes()
shows a vignette with implementation notes.
Arni Magnusson.
This package complements the RODBC package and does not replace the standard query methods.
For example, the user may find dbOverview
and
tableOverview
more convenient than the underlying
sqlTables
and sqlColumns
, but to
query the database sqlQuery
or sqlFetch
are still used in the
normal way.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.