# NOT RUN {
msg <- format_message("Much too long string for just one line, I guess!",
line_length = 15
)
message(msg)
msg <- format_message("Much too long string for just one line, I guess!",
"First new line",
"Second new line",
"(both indented)",
line_length = 30
)
message(msg)
# }
Run the code above in your browser using DataLab