[R] R help needed

Marc Schwartz marc_schwartz at me.com
Thu Jun 23 22:45:06 CEST 2016


> On Jun 23, 2016, at 9:50 AM, Sana Fatima <s.sana.f at gmail.com> wrote:
> 
> Hello everyone,
> I am trying to create an shiny app that could be used for ~ 700 different
> user names and passwords. Each username and password would lead to a
> different set of data being pulled in, however the tabs and fields with in
> the app will be the same. Just that different username would display
> different data.I have the basic app running but would appreciate help with
> the program for the login/password part.
> 
> I have tried incorporating the example code(
> http://shiny.rstudio.com/articles/permissions.html) to my program ( see
> portion of my code below). However, when I ran the app, it gives me a blank
> screen for this tab. This is because the user = NULL but i don't get an
> option to enter the username and password information. Where and how do we
> get the login form at the beginning of the application? Is there a way to
> have the login in form and the application linked together so that when the
> application is run it automatically takes u to the login page where user
> can enter their info and see the info accordingly. Would really appreciate
> your help on this. Thanks in advance

<code snipped>

> -- 
> Syeda Sana Fatima


Hi,

Shiny is a third party application that has its own dedicated support vehicles at:

  http://shiny.rstudio.com/help/

You should leverage those resources, as it is off-topic for R-Help.

Regards,

Marc Schwartz



More information about the R-help mailing list