I want to increase the width of gradio window using gWidgets package in R.
I have tried the width variable - but doesn't seem to be working.
gradio(c("Local File", "Teradata"), container = gwindow("Select a Datasource"),width = 500)
I should be able to See the window sized correctly so that "Select Datasource" is visible in the container bar. Thanks Heaps!
This is a starting pattern:
The
rbwill expand to fill the space allocated tog. If you have other widgets added withexpand=TRUEthey will share the space. If they are not added withexpand=TRUE, therbwidget will grab the excess.