Other packages > Find by keyword >

shiny  

Web Application Framework for R
View on CRAN: Click here


Download and install shiny package within the R console
Install from CRAN:
install.packages("shiny")

Install from Github:
library("remotes")
install_github("cran/shiny")

Install by package version:
library("remotes")
install_version("shiny", "1.9.1")



Attach the package and use:
library("shiny")
Maintained by
Winston Chang
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2012-12-01
Latest Update: 2023-08-12
Description:
Makes it incredibly easy to build interactive web applications with R. Automatic "reactive" binding between inputs and outputs and extensive prebuilt widgets make it possible to build beautiful, responsive, and powerful applications with minimal effort.
How to cite:
Winston Chang (2012). shiny: Web Application Framework for R. R package version 1.9.1, https://cran.r-project.org/web/packages/shiny. Accessed 20 Nov. 2024.
Previous versions and publish date:
0.2.3 (2012-12-01 08:16), 0.2.4 (2012-12-18 15:52), 0.3.0 (2013-01-24 08:08), 0.4.0 (2013-02-22 08:23), 0.5.0 (2013-03-29 08:58), 0.6.0 (2013-06-05 20:56), 0.7.0 (2013-08-27 17:21), 0.8.0 (2013-10-30 07:33), 0.9.0 (2014-03-18 21:22), 0.9.1 (2014-03-19 20:56), 0.10.0 (2014-06-14 07:29), 0.10.1 (2014-07-26 09:02), 0.10.2.1 (2014-10-01 18:40), 0.10.2.2 (2014-12-08 21:48), 0.10.2 (2014-09-30 08:01), 0.11.1 (2015-02-11 01:00), 0.11 (2015-01-17 19:24), 0.12.0 (2015-05-18 23:58), 0.12.1 (2015-06-12 23:22), 0.12.2 (2015-08-05 20:05), 0.13.0 (2016-01-12 23:12), 0.13.1 (2016-02-17 22:02), 0.13.2 (2016-03-28 18:59), 0.14.1 (2016-10-05 11:03), 0.14.2 (2016-11-01 19:53), 0.14 (2016-09-10 01:54), 1.0.0 (2017-01-12 00:49), 1.0.1 (2017-04-01 19:25), 1.0.2 (2017-04-18 20:49), 1.0.3 (2017-04-26 19:13), 1.0.4 (2017-08-14 18:44), 1.0.5 (2017-08-23 22:20), 1.1.0 (2018-05-17 22:23), 1.2.0 (2018-11-02 20:20), 1.3.0 (2019-04-07 11:30), 1.3.1 (2019-04-12 08:54), 1.3.2 (2019-04-22 18:00), 1.4.0.1 (2020-03-12 07:30), 1.4.0.2 (2020-03-13 11:00), 1.4.0 (2019-10-10 14:50), 1.5.0 (2020-06-23 15:30), 1.6.0 (2021-01-25 22:50), 1.7.0 (2021-09-22 12:20), 1.7.1 (2021-10-02 06:30), 1.7.2 (2022-07-19 05:30), 1.7.3 (2022-10-25 22:50), 1.7.4.1 (2023-07-06 14:30), 1.7.4 (2022-12-15 14:10), 1.7.5.1 (2023-10-14 15:40), 1.7.5 (2023-08-12 19:00), 1.8.0 (2023-11-18 00:40), 1.8.1.1 (2024-04-02 19:22), 1.8.1 (2024-03-26 07:40), 1.9.0 (2024-07-29 23:10)
Other packages that cited shiny R package
View shiny citation profile
Other R packages that shiny depends, imports, suggests or enhances
Complete documentation for shiny
Functions, R codes and Examples using the shiny R package
Some associated functions: MockShinySession . NS . Progress . absolutePanel . actionButton . applyInputHandlers . bindCache . bindEvent . bookmarkButton . bootstrapLib . bootstrapPage . brushOpts . brushedPoints . callModule . checkboxGroupInput . checkboxInput . clickOpts . column . conditionalPanel . createRenderFunction . createWebDependency . dateInput . dateRangeInput . debounce . devmode . diskCache . domains . downloadButton . downloadHandler . enableBookmarking . exportTestValues . exprToFunction . fileInput . fillPage . fillRow . fixedPage . flowLayout . fluidPage . freezeReactiveValue . getCurrentOutputInfo . getCurrentTheme . getQueryString . headerPanel . helpText . htmlOutput . httpResponse . icon . inputPanel . insertTab . insertUI . invalidateLater . is.reactivevalues . isRunning . isTruthy . isolate . knitr_methods . loadSupport . makeReactiveBinding . markOutputAttrs . markRenderFunction . markdown . maskReactiveContext . memoryCache . modalDialog . moduleServer . navbarPage . navlistPanel . numericInput . observe . observeEvent . onBookmark . onFlush . onStop . outputOptions . pageWithSidebar . parseQueryString . passwordInput . plotOutput . plotPNG . radioButtons . reactive . reactiveConsole . reactiveFileReader . reactivePoll . reactiveTimer . reactiveVal . reactiveValues . reactiveValuesToList . reactlog . reexports . registerInputHandler . registerThemeDependency . removeInputHandler . renderCachedPlot . renderDataTable . renderImage . renderPlot . renderPrint . renderTable . renderUI . repeatable . req . resourcePaths . restoreInput . runApp . runExample . runGadget . runTests . runUrl . safeError . selectInput . serverInfo . session . setBookmarkExclude . setSerializer . shiny-package . shiny.appobj . shinyApp . shinyAppTemplate . shinyDeprecated . shinyOptions . shinyServer . shinyUI . showBookmarkUrlModal . showModal . showNotification . showTab . sidebarLayout . sizeGrowthRatio . sliderInput . snapshotExclude . snapshotPreprocessInput . snapshotPreprocessOutput . splitLayout . stacktrace . stopApp . submitButton . tabPanel . tabsetPanel . testServer . textAreaInput . textInput . textOutput . titlePanel . updateActionButton . updateCheckboxGroupInput . updateCheckboxInput . updateDateInput . updateDateRangeInput . updateNumericInput . updateQueryString . updateRadioButtons . updateSelectInput . updateSliderInput . updateTabsetPanel . updateTextAreaInput . updateTextInput . urlModal . validate . varSelectInput . verticalLayout . viewer . wellPanel . withMathJax . withProgress . 
Some associated R codes: app-state.R . app_template.R . bind-cache.R . bind-event.R . bookmark-state-local.R . bookmark-state.R . bootstrap-deprecated.R . bootstrap-layout.R . bootstrap.R . cache-utils.R . conditions.R . deprecated.R . devmode.R . diagnose.R . fileupload.R . globals.R . graph.R . history.R . hooks.R . html-deps.R . image-interact-opts.R . image-interact.R . imageutils.R . input-action.R . input-checkbox.R . input-checkboxgroup.R . input-date.R . input-daterange.R . input-file.R . input-numeric.R . input-password.R . input-radiobuttons.R . input-select.R . input-slider.R . input-submit.R . input-text.R . input-textarea.R . input-utils.R . insert-tab.R . insert-ui.R . jqueryui.R . knitr.R . map.R . middleware-shiny.R . middleware.R . mock-session.R . modal.R . modules.R . notifications.R . priorityqueue.R . progress.R . react.R . reactive-domains.R . reactives.R . reexports.R . render-cached-plot.R . render-plot.R . render-table.R . run-url.R . runapp.R . serializers.R . server-input-handlers.R . server-resource-paths.R . server.R . shiny-options.R . shiny-package.R . shiny.R . shinyapp.R . shinyui.R . shinywrappers.R . showcase.R . snapshot.R . staticimports.R . tar.R . test-export.R . test-server.R . test.R . timer.R . update-input.R . utils-lang.R . utils.R . version_bs_date_picker.R . version_ion_range_slider.R . version_jquery.R . version_jqueryui.R . version_selectize.R . version_strftime.R . viewer.R .  Full shiny package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

emon  
Tools for Environmental and Ecological Survey Design
Statistical tools for environmental and ecological surveys. Simulation-based power and precision an ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
aws  
Adaptive Weights Smoothing
We provide a collection of R-functions implementing adaptive smoothing procedures in 1D, 2D and 3D. ...
Download / Learn more Package Citations See dependency  
docreview  
Opinionated Documentation Checking
High quality documentation can make for a great experience for your users. You can use 'docreview' t ...
Download / Learn more Package Citations See dependency  
epitrix  
Small Helpers and Tricks for Epidemics Analysis
A collection of small functions useful for epidemics analysis and infectious disease modelling. This ...
Download / Learn more Package Citations See dependency  
ricu  
Intensive Care Unit Data with R
Focused on (but not exclusive to) data sets hosted on PhysioNet (), 'ricu' p ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA