Plugins
RProvider supports plugins to support custom functionality. It uses MEF to load plugins that export certain contracts. See below for examples.
Before implementing a plugin you should consider whether your conversion is universally applicable and should be added to the core conversion logic in the provider. If so, please log as an issue, and ideally fork the repo and submit a pull request.