SaveCM: Retrieve plate information

View source: R/ExportCM.R

SaveCMR Documentation

Retrieve plate information

Description

Export all Custom modules from database as xml files

Usage

SaveCM(
  SERVER = "MDCStore",
  ID = "moldev",
  PWD = "moldev",
  IR = 1,
  exp_dir = getwd()
)

Arguments

SERVER

the odbc connexion to MDCStore database

ID

the identifiant for connexion

PWD

the password for connexion

IR

the number of rows at a time to fetch

exp_dir

where to export xml files

Value

Plate information as a list

Author(s)

Allan Sauvat, allan.sauvat@gustaveroussy.fr

See Also

GetMDCInfo

Examples

#Not running
SaveCM(SERVER = 'MDCStore',ID = 'sa', PWD = '***') 


asauvat/MetaxpR documentation built on July 19, 2023, 1:04 p.m.