vertesy / ggExpress

ggExpress is the fastest way to create, annotate and and save plots in R.
https://vertesy.github.io/ggExpress
GNU General Public License v3.0
4 stars 2 forks source link

qqqCovert.named.vec2tbl fails when strip.too.many.names = F #26

Closed vertesy closed 2 years ago

vertesy commented 2 years ago

Description

qqqCovert.named.vec2tbl fails when strip.too.many.names = F

df <- qqqCovert.named.vec2tbl(namedVec = vec, strip.too.many.names = F)
 Error in print.default("Vector has", thr, "+ names. Can mess up auto-color legends.") : 
invalid printing digits 50
vertesy commented 2 years ago

It was a print instead iprint...