The packages required for this markdown are:
library(tidyverse) #the tidyverse collection of packages all together
library(DT) #making pretty javascript data tables
library(dplyr)
library(naniar)
#download file from web source
healthcare <- read_csv("https://asayanalytics.com/healthcare-csv")