sql_read: Read a table from a SQL database

View source: R/sql_readwrite.R

sql_readR Documentation

Read a table from a SQL database

Description

[Stable]

Read a table object to a SQL database. Acts a wrapper for odbc and DBI packages.

Usage

sql_read(server, database, sql)

Arguments

server

a string containing the server connection

database

a string containing the database name within the data store

sql

a string containing a SQL query or to a .sql/.txt SQL query

Value

a table from a SQL database

See Also

sql_clean sql_connect


alexbhatt/epidm documentation built on Aug. 21, 2024, 8:25 a.m.