Mock Personnel Updater is meant to be a central location where all your needs may be met pertaining to maintaining personnel information. Here you can do the following:
- Add new Employee records
- Delete olde employee records
- Save changes made to an Excel file
- Download file in CSV or TSV formats
- Run a monthly expander (will elaborate further down)
- Download R 3.4.1 or higher from Download R
- Download RStudio from Download RStudio
install.packages("shiny")
install.packages("shinydashboard")
install.packages("flexdashboard")
install.packages("shinyjs")
install.packages("shinythemes")
install.packages("htmlwidgets")
install.packages("DT")
install.packages("readxl")
install.packages("data.table")
install.packages("dplyr")
install.packages("rJava")
install.packages("readr")
install.packages("xlsx")
install.packages("lubridate")
install.packages("timeDate")
install.packages("dtplyr")
install.packages("markdown")
install.packages("fun")
install.packages("rhandsontable")
install.packages("plyr")
install.packages("sudoku")
install.packages("lpSolve")
install.packages("devtools")
install.packages("memoise")
install.packages("wordcloud")
beginning.path <- 'C:/../../../GitHub/Mock Personnel Project/New File/'
beginning.path <- 'Insert directory path to this folder -----> /New File/'
dashboard.tab <- 'C:/../../../GitHub/Mock Personnel Project/New File/Dashboard Tab/'
dashboard.tab <- 'Insert directory path to this folder ----->/Dashboard Tab/'
downloadFiles.tab <- 'C:/../../../GitHub/Mock Personnel Project/New File/Download Files Tab/'
downloadFiles.tab <- 'Insert directory path to this folder ----->/Download Files Tab/'
monthlyExpander.tab <- 'C:/../../../GitHub/Mock Personnel Project/New File/Monthly Expander Tab/'
monthlyExpander.tab <- 'Insert directory path to this folder ----->/Monthly Expander Tab/'
searchPerssonel.tab <- 'C:/../../../GitHub/Mock Personnel Project/New File/Search Personnel Tab/'
searchPerssonel.tab <- 'Insert directory path to this folder ----->/Search Personnel Tab/'
beginning.path <- 'C:/../../../../Mock Personnel Project/New File/'
beginning.path <- 'Insert directory path to this folder ----->/New File/'