| deployrUtils | R Documentation |
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.
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.
Microsoft Corporation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.