Questions tagged [rstudio-connect]

20 questions
0
votes
0 answers

Get user detail from rstudio connect published shiny app into app.R code

Problem Statement: I have a shiny app hosted on Rstudio Connect. In this I want specific information to be show to users based on their roles. For which I need the details of the user from Rstudio-connect to my app.R code when they log into…
am3010
  • 57
  • 6
0
votes
1 answer

Pass search value from one datatable in R Shiny to multiple other datatables?

I have an Shiny app with a bunch of datatables using the DT package in it. There is one main datatable called records. What I would like to happen: When someone enters a value into the DT search bar of the records datatable, i would like…
A-A-ron
  • 15
  • 6
0
votes
0 answers

Running Shiny app with global file that has a different name

I have one folder with 2 Shiny apps inside - they share ui.R and server.R but their global.R files differ. How to run Shiny app with global2.R file instead of global.R? I was trying shiny::shinyApp( ui = source("ui.R")$value, server =…
mihagazvoda
  • 1,057
  • 13
  • 23
0
votes
1 answer

How to access SQL Server database hosted on Azure Windows VM using R from Rstudio Connect hosted on AWS ubuntu server?

I am not able to access the SQL Server database hosted on Azure Windows VM from the RStudio Connect server. The SQL Server is configured to allow remote connections. I tried the following R code in vain. I also reviewed other posts on this forum.…
RanonKahn
  • 853
  • 10
  • 34
0
votes
0 answers

Error while trying to get usage statistics from Rstudio Connect

New to Rstudio and I am trying to connect to the Rstudio connect to get statisitcs of all apps in the last 60 days. However. I do not receive the statistics and receive the below errors rsc_server <-…
NewInPython
  • 247
  • 1
  • 5
  • 13
1
2