What are the main limits to R in a production environment?

Thanks @nick , that makes sense. And to add to your points, I guess that's where viewing the effort as a project (maybe executed inside an RStudio Project) is better than to just focus on a single script. This way you can separate the script or RNotebook you used for EDA and modeling, from the RMarkdown you used to present your results, from the Shiny app or Plumber API you use to implement the model.

1 Like