I'm developing an app in Shiny of R, and I'm having trouble editing the tag outside of a box.
When I run the command:
box(
title = 'Teste',
width = 4
)
The corresponding HTML it creates is:
<div class="col-sm-4">
<div cl...
I'm trying to "create a probability calculator for Normal and Binomial distributions, but this is giving some error when it generates HTML." .Select the codes below.
PS: Would it be possible to exchange mi and sigma for Greek letters?...
I'm developing an application on Shiny that I'll upload to shinyapps.io .
It consists of an already loaded table that the user can select some line, and then a report is generated based on the selected line.
In addition, the user c...
I have this table in my shiny application.
| a | 2 |
| b | 3 |
| c | 5 |
It has a box to choose a line (from 1 to 3), and from there it starts the value referring to that line.
It also has another box so I can change that value. But the...
I would like to include the event "Restore column visibility
( link ),
the code would be this below:
$(document).ready(function() {
$('#example').DataTable( {
dom: 'Bfrtip',
buttons: [
{
extend: 'colvis',...
I'm using the shiny.
How can I display a selectInput , with options from 1 to 5, in all cells of a DT :: dataTable ?
All I'm getting is display is the div tag, via vlr [i] within for .
library(shiny)
library(DT)
ui <- fluidPa...
How can I create a "table result" for each relationship I chose in the selectInput "Col" and "Row"? Dinamicaly, for each time you press the 'ok' button.
library(shiny)
shinyUI(fluidPage(
h4("Give a valor between 0 to 5, to each col/row relat...
I'm entering the world of Shiny Rstudio now. One question I came up with is: how do I search for the Shiny Apps available / created? Are all created Apps available? Is there any way that, once I create my app, I prevent it from being viewed? Or...
Theapp(ui+server)runsnormallybutatthetimeofpublishingin link is giving the error of the image how to proceed to solve .
If necessary I can post the codes.