Open daattali opened 4 years ago
Note that it's possible to bypass the error by replacing parse(text = ...)
with str2expression(...)
but that's only a workaround for my situation and not a fix
Another workaround is to set parse(..., keep.source = FALSE)
(it appears that styler is choking on the srcref)
Minimal example:
Results in an error
Example in a shiny app: