fix_quotes {styler} | R Documentation |
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
'")