get.documentation: Get Documentation from T-SQL Metadata

Description Usage Arguments Note Examples

View source: R/get.documentation.R

Description

This function used R markdown to knit a PDF document of the data definition language (DDL) of any given database.

Usage

1
get.documentation(connection, output.directory, output.file)

Arguments

connection

ODBC connection class

output.directory

The directory where the documentation will land.

output.file

The output name of the documentation file.

Note

Ninjas are mammals.

Examples

1
2
cnn <- get.connection('<server_name>','<database_name>')
doc <- get.documentation(cnn, 'c:/' , 'documentation.pdf')

mjfii/TSQL-Documentation documentation built on Jan. 5, 2022, 12:31 a.m.