Learn R Programming

biofiles (version 1.0.0)

gbReferenceList-class: Generator object for the "gbReferenceList" reference class

Description

Generator object for the "gbReferenceList" reference class

Generates an object representing a set of GenBank REFERENCE fields.

Arguments

...

List of arguments

Methods

to_string(write_to_file = FALSE)

Generate a character string representation of a GenBank reference list

Methods

#new(ref):

Create a new '>gbReferenceList object

#to_string(write_to_file = FALSE):

Create a string representation of a GenBank REFERENCE list.

Fields

ref:

A list of "'>gbReference" objects.

Extends

All reference classes extend and inherit methods from "'>envRefClass".

Examples

Run this code
# NOT RUN {
showClass("gbReferenceList")
# }

Run the code above in your browser using DataLab