View source: R/ext-source_map.R
verify_source_map | R Documentation |
Verify a source map
verify_source_map(ast, src_map)
ast |
The compiled AST. The JavaScript AST compiled from the R AST. |
src_map |
The source map. The output from 'source_map'. |
A data frame; a source map table expanded by the 'pass_test' column.
This feature is experimental.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.