python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
shiny server isn't interacting with any inputs
I'm having a weird problem where my shiny app works perfectly well on my local machine, but when I try to run it off a shiny server (on an EC2 instance), the inputs stop working. When I try to referen...

anaximander
Votes: 0
Answers: 0
How can i change download location of mRpostman package fetch_attachments() function in R?
In Rstudio if i try
library(mRpostman)
library(tidyverse)
con <- configure_imap(
url = "imaps://imap.gmail.com",
username = "username@gmail.com",
password = "password...

GZGTE
Votes: 0
Answers: 0
Change initial Shinyapps "Please wait" message
How can we change the initial "Please wait" message when an app starts up on shinyapps?
I am referring to the startup message of shinyapps.io, not packages like Waiter or shinybusy (for exam...
John john
Votes: 0
Answers: 0
Shiny: How to make the title of navbarPage() fill the window?
I want to make the Area 1 fill the window, and the Area 2 has a fixed width.
The final results should be like:
My code is shown as following:
library(shiny)
library(shinythemes)
ui <- fixedPa...
tuanzi
Votes: 0
Answers: 1