tcatdeploy: tcatdeploy

Description Usage Arguments Value

View source: R/tcatdeploy.R

Description

Deploy a DMI-TCAT database in an R directory as a csv / tsv file with UTF-8 encoding.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
tcatdeploy(
  bin,
  hostname = "localhost",
  username = "tcatdbuser",
  pass,
  database = "twittercapture",
  deploy = TRUE,
  extension = "rda",
  path = "temp/"
)

Arguments

bin

The bin name

hostname

The host name of the database. Default set to localhost

username

The username to access the database. Default set to tcatdbuser

pass

The password to access the database

database

The name of the database. Default set to twittercapture

deploy

Save the datas as a file. Default set to TRUE

extension

The chosen extension for the deployment of the database. Possible choices : "csv", "tsv", "rda". Default set to a "rda" format

path

File path. Defaults set to current directory

Value

Returns a csv / tsv file, with a UTF-8 encoding


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