ReadBrendaFile {brendaDb}R Documentation

Read raw BRENDA text file.

Description

Read file into buffer, and load all non-empty lines. Comment lines (starting with *) are skipped. The text file should be downloaded from https://www.brenda-enzymes.org/download_brenda_without_registration.php

Usage

ReadBrendaFile(filepath)

Arguments

filepath

A string indicating the path to the text file.

Value

A vector<string> with each element being a line in the file.


[Package brendaDb version 1.4.0 Index]