Of course this does not mean that loops and functions are bad; on the contrary, they are the building blocks of modern programming languages, and we love them. However, we can see that the way we weave loops and functions and conditionals together with our data (control flow, etc.) ...
RStudio also comes with anotebook interfacethat, similar to Python’sJupyter Notebooks, allows you to include code, text (markdown), and graphs within a single notebook document. This is frequently used in the exploratory data analytics phase, or as a way to share your analytics workflow in...