View source: R/library_writer.R
| library_writer | R Documentation | 
The function writes the output of library_generator into mgf, msp or rdata file.
library_writer(output_library, con = "output_library.mgf", type = "complete")
| output_library | List that contains at list 2 elements. 
 | 
| con | Character. Name of the output library, the file extension must be mgf, msp or rdata | 
| type | Character. "Complete" if the entire library is exported. "Consensus" if the consensus library is exported. | 
data(DRUG_THERMO_LIBRARY)
library_writer(library2,"library_V2_bis.mgf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.