Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 131 found.
[1] < 1 2 3 4 5 6 7 8 9 10 11 > [14]  Sort:

knitr_methods (Package: shiny) : Knitr S3 methods

These S3 methods are necessary to help Shiny applications and UI chunks embed themselves in knitr/rmarkdown documents.
● Data Source: CranContrib
● Keywords:
● Alias: knit_print.reactive, knit_print.shiny.appobj, knit_print.shiny.render.function, knitr_methods
● 0 images

fileInput (Package: shiny) : File Upload Control

Create a file upload control that can be used to upload one or more files.
● Data Source: CranContrib
● Keywords:
● Alias: fileInput
● 0 images

is.reactivevalues (Package: shiny) : Checks whether an object is a reactivevalues object

Checks whether its argument is a reactivevalues object.
● Data Source: CranContrib
● Keywords:
● Alias: is.reactivevalues
● 0 images

reactive (Package: shiny) : Create a reactive expression

Wraps a normal expression to create a reactive expression. Conceptually, a reactive expression is a expression whose result will change over time.
● Data Source: CranContrib
● Keywords:
● Alias: is.reactive, reactive
● 0 images

repeatable (Package: shiny) : Make a random number generator repeatable

Given a function that generates random data, returns a wrapped version of that function that always uses the same seed when called. The seed to use can be passed in explicitly if desired; otherwise, a random number is used.
● Data Source: CranContrib
● Keywords:
● Alias: repeatable
● 0 images

runUrl (Package: shiny) : Run a Shiny application from a URL

runUrl() downloads and launches a Shiny application that is hosted at a downloadable URL. The Shiny application must be saved in a .zip, .tar, or .tar.gz file. The Shiny application files must be contained in the root directory or a subdirectory in the archive. For example, the files might be myapp/server.r and myapp/ui.r. The functions runGitHub() and runGist() are based on runUrl(), using URL's from GitHub (https://github.com) and GitHub gists (https://gist.github.com), respectively.
● Data Source: CranContrib
● Keywords:
● Alias: runGist, runGitHub, runUrl
● 0 images

submitButton (Package: shiny) : Create a submit button

Create a submit button for an input form. Forms that include a submit button do not automatically update their outputs when inputs change, rather they wait until the user explicitly clicks the submit button.
● Data Source: CranContrib
● Keywords:
● Alias: submitButton
● 0 images

reactiveFileReader (Package: shiny) : Reactive file reader

Given a file path and read function, returns a reactive data source for the contents of the file.
● Data Source: CranContrib
● Keywords:
● Alias: reactiveFileReader
● 0 images

include (Package: shiny) : Include Content From a File

Load HTML, text, or rendered Markdown from a file and turn into HTML.
● Data Source: CranContrib
● Keywords:
● Alias: include, includeCSS, includeHTML, includeMarkdown, includeScript, includeText
● 0 images

updateSliderInput (Package: shiny) : Change the value of a slider input on the client

Change the value of a slider input on the client
● Data Source: CranContrib
● Keywords:
● Alias: updateSliderInput
● 0 images