Did any try implementing their projects following MVC pattern??
1 Like
MVC = Model + View + Controller = global.R + ui.R + server.R
2 Likes
I think it really depends on what you're trying to do with your R analysis.
Are harryzhu is suggesting, a shiny app is a good candidate project to structure is the model-view-controller pattern.