ShowFields: Show all unique BRENDA fields and their corresponding...

View source: R/show_info.R

ShowFieldsR 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)


y1zhou/brendaDb documentation built on Dec. 12, 2022, 3:43 a.m.