Re: [R] increasing the width of dialog box generated by select.list()

2022-12-09 Thread Bert Gunter
You should use the graphics = TRUE option to make this reproducible. Also, please post in plain text in future, though it made little difference here. HTML can get messed up or stripped on this plain text list. What is your OS and version? Windows and Mac are entirely different. How are your

[R] increasing the width of dialog box generated by select.list()

2022-12-09 Thread Christopher Ryan via R-help
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,