Description Usage Arguments Value
View source: R/code_analysis_helper.R
Check that code split matches original code
1 | check_split(code, rec)
|
code |
full code |
rec |
split code, as a named list with names |
returns code
invisibly, or throws an error if
paste0(rec$before, rec$middle, rec$after)
doesn't match the original code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.