Description Usage Arguments Value Examples
View source: R/database.eraser.R
Erases the data of all of selected oligonucleotides from a g4dbr database while maintaining its structure for reuse
1 2 3 4 5 6 7 8 | database.eraser(
db.to.erase = NULL,
remove.oligos = NULL,
erase.CD,
erase.NMR,
erase.MS,
erase.UV
)
|
db.to.erase |
An .Rda file path to erase |
remove.oligos |
A vector containg strings of the |
erase.CD |
A logical value (TRUE or FALSE) indicated whether to remove CD data |
erase.NMR |
A logical value (TRUE or FALSE) indicated whether to remove NMR data |
erase.MS |
A logical value (TRUE or FALSE) indicated whether to remove MS data |
erase.UV |
A logical value (TRUE or FALSE) indicated whether to remove UV data |
Return a list of partially of fully emptied dataframes with the correct structure for g4db use
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.