Helper function for add_adapters()
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | add_adapters_(obj, ...)
## S3 method for class 'adapters'
add_adapters_(
obj,
adapters,
err_h = composerr("Error while calling 'add_adapters_()'")
)
## S3 method for class 'file_structure'
add_adapters_(
obj,
adapters,
err_h = composerr("Error while calling 'add_adapters_()'")
)
## S3 method for class 'file_collection'
add_adapters_(
obj,
adapters,
err_h = composerr("Error while calling 'add_adapters_()'")
)
|
obj |
This argument can be various different things:
|
... |
Additional arguments |
adapters |
An adapters class object, which holds
all adapter functions and their descriptions. This class object can be
created by using the function |
err_h |
An error handler |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.