Create an R Shiny Application using multiple files framework to use R Shiny with large applications
Data Science

What is Data Science?
Data Science encompasses a wide scope, ranging from collecting data to data management, analysis, and visualizations.

Renaming Columns with R
In R you can rename columns multiple ways. You can stick with Base R, use Tidyverse’s dplyr, utilize GREP, and even use data.tables.

How To Select Multiple Columns Using Grep & R
Why you need to be using Grep when programming with R. There’s a reason that grep is included in most…

Turing In-Complete (part 1)
Before man-built machines that could be used to manually calculate all the same mathematical problems we now regard as computation,…