devtools::document()
devtools::load_all()
debugonce(extractionOperatorLinter)
testthat::test_package("progr.lmu")
source_file <- lintr:::get_source_expressions("interactive/test.R")$expressions[[1]]
source_file$parsed_content
singularExpressionLinter(source_file)
getParseData("interactive/test2.R")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.