search if a string is a valid BRENDA tissue name updated 02/2024

BRENDAExistName(x, file = BRENDA)

Arguments

x

A name to search for

file

The BRENDA data frame, has columns ID and Name

Value

TRUE or FALSE

Examples

BRENDAExistName("blood plasma")
#> [1] TRUE
BRENDAExistName("random tissue")
#> [1] FALSE