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]]
______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.