enable scrollbars

This commit is contained in:
Tanushree Tunstall 2022-12-12 17:30:26 +00:00
parent 1250c62ad1
commit 38323f6c34

View file

@ -11,7 +11,7 @@ library(RCurl)
#options(shiny.launch.browser = FALSE) # i am a big girl and can tie my own laces #options(shiny.launch.browser = FALSE) # i am a big girl and can tie my own laces
#options(shiny.port = 8000) # don't change the port every time #options(shiny.port = 8000) # don't change the port every time
#options(shiny.host = '0.0.0.0') # This means "listen to all addresses on all interfaces" #options(shiny.host = '0.0.0.0') # This means "listen to all addresses on all interfaces"
#options(DT.options = list(scrollX = TRUE)) options(DT.options = list(scrollX = TRUE))
# An "application token" is required here. I generated this one like this: # An "application token" is required here. I generated this one like this: