Code
write_file(c("foo", "bar"), tmp)
Condition
Error:
! `text` cannot have more than one element
Code
write_file("foo", c("bar", tmp))
Condition
Error:
! `path` must be a single element
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.