parse_VERSION_FIELD.RdParse Genbank file VERSION FIELD
parse_VERSION_FIELD(gb_line)
| gb_line | character vector of a Genbank file. |
|---|
inf <- system.file("extdata", "sample.gb", package = "bstringr") readLines(inf) %>% parse_VERSION_FIELD()#> [1] "U49845.1"