deployrUtils: Develop portable R code for use in DeployR.

deployrUtilsR Documentation

Develop portable R code for use in DeployR.

Description

The goal of deployrUtils is to solve several R portability issues that arise when developing R analytics for use in your local R environment and in the DeployR server environment. They are package portability, input portability, and portable access to data files.

Details

These portability issues can be solved when you use the following functions in the deployrUtils package.

  • Use deployrPackage to declare your package dependencies in your R code.

  • Use deployrInput to declare the required inputs along with default values in your R code.

  • Use deployrExternal to access big data files from your R code.

Author(s)

Microsoft Corporation

References

http://go.microsoft.com/fwlink/?LinkId=692163

https://github.com/deployr/deployrUtils


deployr/deployrUtils documentation built on July 5, 2023, 9:58 a.m.