Skip to contents

reporting_format

reporting_format

Format

R6Class

Value

Object of class R6Class for modelling a reporting format

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Public fields

id

id

name

name

ref

ref format specification link

spec

format specification object of class format_spec

Methods


Method new()

Initializes a reporting task

Usage

reporting_format$new(id, name, ref)

Arguments

id

id

name

name

ref

ref


Method clone()

The objects of this class are cloneable with this method.

Usage

reporting_format$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.