Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
48 views

Get an input from a button in table from modules in R

I'm starting to work with modules using Rhino, and I want to get the input from a button that is inside a table when it is clicked. This is the module that creates the table and generate HTML buttons ...
André Manesco's user avatar
1 vote
2 answers
748 views

get the actuel domain name (server name) in Shiny app

I have 3 servers, dev, test and prod. My Shiny code shoud be deployed from dev to prod. Now the problem: In the ui.R I refere via href = 'https://dev.com/start/' to another site named start. Is it ...
maniA's user avatar
  • 1,449
0 votes
0 answers
107 views

Can't write in other language in my login form

I created a login to my site. That you need to enter username and password: All is working fine. But the problem is when i write in Hebrew (without clicking the login button) it immediately send an ...
Dima Ha's user avatar
  • 156
3 votes
1 answer
3k views

Generate table and clickable images in Shiny R

I need to do the following in R: 1) Dynamically(for X images in ...) create a table/grid where I display them, for example in a 4xN table. 2) Make each of those images clickable, so that it feeds ...
user1577191's user avatar