stacomi {stacomiR}R Documentation

Function that loads the loginwindow, tests connection, and then destroys the window

Description

Function that loads the loginwindow, tests connection, and then destroys the window

Usage

stacomi(gr_interface=TRUE,login_window=TRUE,database_expected=TRUE)

Arguments

gr_interface

Boolean, if TRUE the program will launch the graphical interface

login_window

Boolean, if TRUE a login window will be displayed asking the user to specify user name.

database_expected

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

Note

The defaut behaviour of the program is to run through the following elements

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")

Author(s)

Cedric Briand cedric.briand"at"eptb-vilaine.fr

Examples


 require(stacomiR)
#launch stacomi with the graphical interface
 ## Not run:  	
	stacomi()

## End(Not run)
 # launch stacomi but do not prompt for password
 ## Not run: 	
	stacomi(login_window=FALSE)

## End(Not run)  
#launch stacomi without connection to the database
stacomi(gr_interface=FALSE,login_window=FALSE,database_expected=FALSE)


[Package stacomiR version 0.5.4.4 Index]