A class which contains citation information.

See also

Active bindings

get_errors

Return the errors

get_meta

Return the meta data as a list

get_notes

Return the notes

get_type

A string indicating the type of source.

get_path

The path to the project.

get_warnings

Return the warnings

Methods


Method new()

Initialize a new citation_meta object.

Usage

citation_meta$new(path = ".")

Arguments

path

The path to the root of the project.


Method print()

Print the citation_meta object.

Usage

citation_meta$print(...)

Arguments

...

currently ignored.


Method clone()

The objects of this class are cloneable with this method.

Usage

citation_meta$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.