quickview
quickview copied to clipboard
Double quote crash
Doesn't work:
c("Yo", "Ya")
Works:
c('Yo', 'Ya')