codes for shiny for different functions to create a app - anjana3/R-Programming- GitHub Wiki
How to load the zip files and extract the zip files
https://gist.github.com/aagarw30/2e1bf51a163f06c0b9106c7f53710b4e
How to create scroll and full pages with 3 functions.
How to create login page for rshiny application
https://www.r-craft.org/r-news/how-to-build-login-page-in-r-shiny-app/ https://shiny.rstudio.com/gallery/authentication-and-database.html
Tutorial to know the CSS for the r shiny all basic properties for the shiny effects package
https://learn.shayhowe.com/html-css/setting-backgrounds-and-gradients/
**how to get the data from filtering the calender from dropdown **
https://stackoverflow.com/questions/49848841/filtering-by-date-in-shiny
(how to add download buttons by default to the data table)
(how to define columns and fluid rows in r shiny application)
https://www.codementor.io/packt/producing-layout-in-rows-and-columns-with-shiny-qcjj8szq0
(how to create stylish loading buttons with shiny package)
(HOW TO DOWNLOAD A PLOT)
(got plot using this code)
https://stackoverflow.com/questions/49977969/using-a-download-handler-to-save-ggplot-images-in-shiny
https://ildiczeller.com/2018/02/11/downloadable-ggplots-in-shiny/
(how to create hide and show buttons)
(how to get the row numbers)
how to create feeback pop up messages for rshiny
https://cran.r-project.org/web/packages/shinyFeedback/vignettes/shinyFeedback-intro.html
(Excellent lInk for r widgets** for rshiny)**
(how to select the rows and columns in a dataframe)
(how to add checkbox selections and modify the rows in dataframe with code in github)
(How to create elegant box designs for shiny)
https://cran.r-project.org/web/packages/shinydashboardPlus/vignettes/improved-boxes.html (to go with all widgets in shiny)
(this contains the checkbox group list to store the variables into a variable)
https://community.rstudio.com/t/how-to-select-variables-using-data-table/3470/2
**(code for the checkbox list for the uploaded csv file *****)
https://community.rstudio.com/t/how-to-select-variables-using-data-table/3470/2
(codes for widgets gallery***)**
**(plotly for visualization best all geom plots **)
(how to create select all button for checkbox group )
https://github.com/rstudio/shiny/issues/42 https://stackoverflow.com/questions/24916115/select-deselect-all-button-for-shiny-variable-selection
(how to create widgets in shiny)
(shiny tricks and tips by dean attlai****************$$$$$**)
(how to save the model in r and run on the test data)
https://tensorflow.rstudio.com/tools/tfruns/articles/overview.html
(given complete information about to save the model and predict on the unseen data)
https://machinelearningmastery.com/finalize-machine-learning-models-in-r/
(for elegant graphics we can use these links)