parse_custom_adapter: Ensures a custom adapter resource is valid and returns the...

Description Usage Arguments Value

View source: R/adapter.r

Description

There can only be one function defined that contains the string "read". Similarly there can only be one such function containing "write". If this condition is not met, this function will throw an error. Finally, there is also an optional "format" function that can be defined.

Usage

1
parse_custom_adapter(provided_env, type)

Arguments

provided_env

environment. The environment the adapter was loaded from.

type

character. The keyword for the adapter.

Value

the adapter reference class object constructed from the parsed adapter resource.


robertzk/syberiaStages documentation built on May 27, 2019, 11:38 a.m.