Replace single quotes with double quotes
We do not use deparse()
as in previous implementations but paste0()
since
the former approach escapes the reverse backslash in the line break character
\\n
whereas the solution with paste0()
does not.
fix_quotes(pd_flat)
pd_flat |
A flat parse table. |
style_text("'here is a string '")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.