setConnectionToRaMP: Set Connection Parameters or RaMP

View source: R/connectToRaMP.R

setConnectionToRaMPR Documentation

Set Connection Parameters or RaMP

Description

Set Connection Parameters or RaMP

Usage

setConnectionToRaMP(
  dbname = "ramp",
  username = "root",
  conpass = "",
  host = "localhost",
  socket = ""
)

Arguments

dbname

the name of the database (by default a string that is database name including all tables

username

a string that is username for database (default: root)

conpass

password for database (string)

host

a string that stand for host

socket

optional, location of mySQL.sock file (useful when running RaMP on remote clusters)

Examples

## Not run: 
pkg.globals <- setConnectionToRaMP(dbname="ramp2",username="root",conpass="",host = "localhost")

## End(Not run)

ncats/RaMP-DB documentation built on Oct. 28, 2023, 8:12 a.m.