# NOT RUN {
glue("
    A formatted string
    Can have multiple lines
      with additional indention preserved
    ")
glue("
  \\ntrailing or leading newlines can be added explicitly\\n
  ")
glue("
    A formatted string \\
    can also be on a \\
    single line
    ")
# }
Run the code above in your browser using DataLab