add_adapters_.default: Missing class for 'add_adapters_()'

Description Usage Arguments

View source: R/adapters.R

Description

Missing class for add_adapters_()

Usage

1
2
3
4
5
6
## Default S3 method:
add_adapters_(
  obj,
  adapters = NULL,
  err_h = composerr("Error while calling 'add_adapters_()'")
)

Arguments

obj

This argument can be various different things:

  • An adapters class object. Then the adapters will be appended to this object.

  • An file_structure class object. Then the adapters will be appended to the obj$adapters attribute of the class.

  • An file_collection class object. Then the adapters will be appended to each file_definition object in the list.

adapters

An adapters class object, which holds all adapter functions and their descriptions. This class object can be created by using the function new_adapters().

err_h

An error handler


a-maldet/readall documentation built on Dec. 18, 2021, 9:23 p.m.