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…

Exploring Employee Attrition and Performance with R
Based on IBM’s fictional data set created by their data scientists. Introduction: Employee Attrition is when an employee leaves a…