Web Interface to 'R' Functions
Sends informational text to the client.
Sends a progress update to the client.
JavaScript function
JavaScript function
JavaScript function
JavaScript function
JavaScript function: Runs an R function.
JavaScript function
JavaScript function: Sets an <img> element to display a plot returne...
JavaScript function
JavaScript function
JavaScript function
Opens a browser to look at the server
Encodes a data frame as a CSV file to be downloaded
Renders a plot as a base64-encoded image
Renders a plot as a base64-encoded PNG
JavaScript function: Starts the Shinylight Framework, if you want to u...
Obtains the address that the server is listening on
Get index.html with (potentially) the JSON data in text inserted.
Makes and starts a server for serving R calculations
Returns a function that runs an R command
Start a ShinyLight server which runs R that it is sent
Start a ShinyLight server
Stops a ShinyLight GUI
JavaScript function: Finds if a predicate is true for all members of a...
JavaScript function: Finds if a predicate is true for any member of an...
JavaScript function
JavaScript function: Returns a button.
JavaScript function: Dereferences an object or array through multiple ...
JavaScript function: A panel with a smaller footer.
JavaScript function
JavaScript function: Option group title
JavaScript function: A panel with a smaller header.
JavaScript class: A monkey-patched HTMLElement.
JavaScript class
JavaScript class
JavaScript class: A monkey-patched HTMLElement with some extra metho...
JavaScript function
JavaScript function: A panel with a side bar.
JavaScript function: Returns a button that uploads a file from the cli...
JavaScript function: Makes a label suitable for labelling a control.
JavaScript function: Returns a Positioned Element just containing one ...
JavaScript function: Returns a Container Element for displaying contro...
JavaScript function: A panel with an overlay.
JavaScript function: Returns a Positioned Element for displaying contr...
JavaScript function: Returns a checkbox input Toolkit Control.
JavaScript function: Returns a colour input Toolkit Control.
JavaScript function: Returns a floating point input Toolkit Control.
JavaScript function: Returns an integer input Toolkit Control.
JavaScript function: Returns a custom selection box Toolkit Control.
JavaScript function: Returns a text input Toolkit Control.
JavaScript function: A static text Toolkit Control in a preformatted s...
JavaScript function: Returns a Positioned Element progress bar.
JavaScript function: A panel with a side bar.
JavaScript function: Returns a Positioned Element just containing one ...
JavaScript function: Replaces the <main> tag in the document with th...
JavaScript function: Returns a Container Element for displaying contro...
JavaScript function: A static text Toolkit Control.
JavaScript function: Left/right panels with a draggable divider.
JavaScript function: Transforms a function that should not be called t...
JavaScript function: Adds a fake callback argument to a nullary functi...
Web front end for your 'R' functions producing plots or tables. If you have a function or set of related functions, you can make them available over the internet through a web browser. This is the same motivation as the 'shiny' package, but note that the development of 'shinylight' is not in any way linked to that of 'shiny' (beyond the use of the 'httpuv' package). You might prefer 'shinylight' to 'shiny' if you want a lighter weight deployment with easier horizontal scaling, or if you want to develop your front end yourself in JavaScript and HTML just using a lightweight remote procedure call interface to your R code on the server.