Learn R Programming

stacomiR (version 0.6.0)

stacomi: stacomi Main launcher for program stacomi

Description

When database_expected=FALSE a connection to the database is not expected. Therefore test are run by calling examples object stored in Rdata. To change the language use Sys.setenv(LANG = 'fr') or Sys.setenv(LANG = 'en')

Usage

stacomi(database_expected=TRUE, datawd = "~", sch = "iav")

Arguments

database_expected

Boolean, if TRUE pre launch tests will be run to test the connection validity

datawd

The data working directory

sch

The schema in the stacomi database default 'iav.'

Value

Nothing, called for its side effect of loading

Examples

Run this code
# NOT RUN {
 require(stacomiR)
#launch stacomi 
 
# }
# NOT RUN {
stacomi(database_expected=TRUE, datawd='~',sch= "iav.")
# }
# NOT RUN {
#launch stacomi without connection to the database
stacomi(database_expected=FALSE)

# }

Run the code above in your browser using DataLab