Other packages > Find by keyword >

shinyjs  

Easily Improve the User Experience of Your Shiny Apps in Seconds
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("shinyjs", "2.1.0")



Attach the package and use:
library("shinyjs")
Maintained by
Dean Attali
[Scholar Profile | Author Map]
First Published: 2015-04-22
Latest Update: 2021-12-23
Description:
Perform common useful JavaScript operations in Shiny apps that will greatly improve your apps without having to know any JavaScript. Examples include: hiding an element, disabling an input, resetting an input back to its original value, delaying code execution by a few seconds, and many more useful functions for both the end user and the developer. 'shinyjs' can also be used to easily call your own custom JavaScript functions from R.
How to cite:
Dean Attali (2015). shinyjs: Easily Improve the User Experience of Your Shiny Apps in Seconds. R package version 2.1.0, https://cran.r-project.org/web/packages/shinyjs. Accessed 18 Apr. 2025.
Previous versions and publish date:
0.0.3.3 (2015-04-22 08:07), 0.0.6.0 (2015-05-26 08:17), 0.0.6.2 (2015-05-29 08:31), 0.0.7.0 (2015-06-25 00:57), 0.0.8.3 (2015-07-31 09:30), 0.1.0 (2015-08-13 09:18), 0.2.0 (2015-09-07 00:41), 0.2.3 (2015-11-08 08:40), 0.3.0 (2015-12-30 13:01), 0.3.1 (2016-01-06 17:22), 0.4.0 (2016-01-21 16:44), 0.5.0 (2016-03-19 14:33), 0.5.2 (2016-03-27 18:22), 0.6 (2016-04-25 08:59), 0.7 (2016-08-21 22:46), 0.8 (2016-11-03 23:14), 0.9.1 (2017-06-30 00:27), 0.9 (2016-12-26 10:34), 1.0 (2018-01-08 23:21), 1.1 (2020-01-13 07:40), 2.0.0 (2020-09-09 09:50)
Other packages that cited shinyjs R package
View shinyjs citation profile
Other R packages that shinyjs depends, imports, suggests or enhances
Complete documentation for shinyjs
Downloads during the last 30 days
03/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/17Downloads for shinyjs150020002500300035004000TrendBars

Today's Hot Picks in Authors and Packages

nsga3  
An Implementation of Non-Dominated Sorting Genetic Algorithm III for Feature Selection
An adaptation of Non-dominated Sorting Genetic Algorithm III for multi objective feature selection ...
Download / Learn more Package Citations See dependency  
chngpt  
Estimation and Hypothesis Testing for Threshold Regression
Threshold regression models are also called two-phase regression, broken-stick regression, split-poi ...
Download / Learn more Package Citations See dependency  
ff  
Memory-Efficient Storage of Large Data on Disk and Fast Access Functions
The ff package provides data structures that are stored on disk but behave (almost) as if they were ...
Download / Learn more Package Citations See dependency  
pssmooth  
Flexible and Efficient Evaluation of Principal Surrogates/Treatment Effect Modifiers
Implements estimation and testing procedures for evaluating an intermediate biomarker response as a ...
Download / Learn more Package Citations See dependency  
SeqAlloc  
Sequential Allocation for Prospective Experiments
Potential randomization schemes are prospectively evaluated when units are assigned to treatment ar ...
Download / Learn more Package Citations See dependency  
shinyMobile  
Mobile Ready 'shiny' Apps with Standalone Capabilities
Develop outstanding 'shiny' apps for 'iOS', 'Android', desktop as well as beautiful 'shiny' gadgets. ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

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