hist(custom_table$average_age, xlim =c(0,100), main ="Histogram of Average Age", xlab ="Age" )
Export
library("openxlsx")write.xlsx(custom_table, file ="final_telecom_custom_table.xlsx" )# setwd("~/Dropbox/WCAS/Summer/Data Analysis/Summer 2024/Day 4")# Write the data frame to an Excel file?write.csv()write.csv(x = custom_table, file ="final_telecom_custom_table.csv")