call_db: call_db

Description Usage Arguments Value

View source: R/call_db.R

Description

Deploy a table in an R directory, as an RDA file.

Usage

1
2
3
4
5
6
7
8
9
call_db(
  tableName,
  hostname = "localhost",
  username,
  pass,
  database,
  deploy = TRUE,
  path = "temp/"
)

Arguments

tableName

The table name.

hostname

The host name of the database. Default set to localhost

username

The username to access the database.

pass

The password to access the database

database

The name of the database.

deploy

Save the datas as a file. Default set to TRUE

path

File path. Defaults set as "temp"

Value

Returns a dataframe


edouardschuppert/sqldeployR documentation built on Jan. 8, 2020, 10:47 a.m.