Code
write_if_different(path, "a <- 2")
Message
Writing 'test.R'
Output
[1] TRUE
Code
write_if_different(path, "a <- 2")
Message
x Skipping test.R (<file:///test.R>)
i It already exists and was not generated by roxygen2.
Output
[1] FALSE
Code
write_if_different(path, "a <- 2")
Message
x Skipping '+.R'
i Invalid file name
Output
[1] FALSE
Code
write_if_different(path, "a <- 2", command = "rlang::inform('hi')")
Message
Writing ']8;;x-r-run:rlang::inform('hi')test.R]8;;'
Output
[1] TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.