Description Usage Arguments Value Examples
Some EC numbers have comments wrapped in parentheses. Most of them are deleted (in this case we remove them) entries or transferred (in this case we point to the new entry) entries.
1 |
df |
A |
A tibble
with deleted and transferred entries moved to the bottom,
with columns:
ID being the deleted/transferred ID,
field being "TRANSFERRED_DELETED", and
description being the information included in the original ID column.
1 2 3 | df <- ReadBrenda(system.file("extdata", "brenda_download_test.txt",
package = "brendaDb"))
brendaDb:::CleanECNumber(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.