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.

https://fullpage.rinterface.com

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)

https://rstudio.github.io/DT/003-tabletools-buttons.html

(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)

https://github.com/emitanaka/shinycustomloader

(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)

https://yihui.shinyapps.io/DT-rows/

https://deanattali.com/shinyjs/overview#demo

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)**

https://gallery.htmlwidgets.org/

(how to select the rows and columns in a dataframe)

https://rstudio.github.io/DT/shiny.html

(how to add checkbox selections and modify the rows in dataframe with code in github)

https://antoineguillot.wordpress.com/2017/03/01/three-r-shiny-tricks-to-make-your-shiny-app-shines-33-buttons-to-delete-edit-and-compare-datatable-rows/

(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)

https://shiny.rstudio.com/gallery/dynamic-ui.html

(this contains the checkbox group list to store the variables into a variable)

https://shiny.rstudio.com/articles/progress.html

https://community.rstudio.com/t/how-to-select-variables-using-data-table/3470/2

https://gallery.shinyapps.io/012-datatables/

**(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***)**

https://shiny.rstudio.com/gallery/widget-gallery.html

**(plotly for visualization best all geom plots **)

https://plot.ly/ggplot2/

(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)

https://dreamrs.github.io/shinyWidgets/index.html

(shiny tricks and tips by dean attlai****************$$$$$**)

https://deanattali.com/blog/advanced-shiny-tips/

(how to save the model in r and run on the test data)

https://datascience-enthusiast.com/R/shiny_ML.html

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)

https://adminlte.io/docs/2.4/dependencies

https://nycdatascience.com/blog/student-works/american-beers-scraping-data-different-american-ales-cheap-lagers/