citation_meta: The 'citation_meta' R6 class

citation_metaR Documentation

The citation_meta R6 class

Description

A class which contains citation information.

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

Public 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.

See Also

Other class: checklist, organisation, spelling


inbo/checklist documentation built on June 15, 2025, 12:54 p.m.