ShowFields {brendaDb}R Documentation

Show all unique BRENDA fields and their corresponding acronyms.

Description

Show all unique BRENDA fields and their corresponding acronyms.

Usage

ShowFields(df)

Arguments

df

A data.frame with columns "field" and "description"

Value

A data.frame with columns "field" and "acronym".

Examples

df <- ReadBrenda(system.file("extdata", "brenda_download_test.txt",
                          package = "brendaDb"))
ShowFields(df)


[Package brendaDb version 1.4.0 Index]