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

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…

Creating Excel Workbooks with multiple sheets in R
Example r script to create an Excel workbook with multiple sheets and how to read in Excel workbooks with multiple sheets.

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…