fix_quotes | 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
'")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.