[R] select.list cuts results to 100 characters on Win 10 when graphics = TRUE

Sergei Ko @ggp@@ergei @ending from gm@il@com
Tue Jul 10 12:31:09 CEST 2018


mstring1 <- c("123456789012345678901234567890123456789012345678901234567890
123456789012345678901234567890123456789012345678901234567890")

mstring2 <- c("123456789012345678901234567890123456789012345678901234567890
1234567890123456789012345678901234567890123456789012345678901234567890")


vec.in <- c(mstring1,mstring2)



res1 <- select.list(vec.in, graphics = TRUE)

res2 <- select.list(vec.in, graphics = FALSE)



nchar(res1)

nchar(res2)



platform       x86_64-w64-mingw32
arch           x86_64
os             mingw32
system         x86_64, mingw32
status
major          3
minor          5.0
year           2018
month          04
day            23
svn rev        74626
language       R
version.string R version 3.5.0 (2018-04-23)
nickname       Joy in Playing

	[[alternative HTML version deleted]]



More information about the R-help mailing list