[R] increasing the width of dialog box generated by select.list()
Christopher Ryan
cry@n @end|ng |rom b|ngh@mton@edu
Fri Dec 9 19:43:58 CET 2022
You can see from the code below that the title of the dialog box is too
long for the width of the selection box. How might I widen the box? Thanks.
--Chris Ryan
counties <- c("TIOGA", "BROOME", "ONTARIO", "ONONDAGA", "WESTCHESTER")
chosen.county <- select.list(counties, preselect = NULL, multiple = FALSE,
title = "Choose a single county of interest. Only hospitals found in the
HERDS COVID-19 database are shown. This generally means counties containing
hospitals.", graphics = getOption("menu.graphics"))
[[alternative HTML version deleted]]
More information about the R-help
mailing list