View source: R/ext-source_map.R
source_map_from_files | R Documentation |
Create a source map (.map) file
source_map_from_files(source_file, target_file, ...)
source_file |
A character string; the input R file. |
target_file |
A character string; the corresponding JavaScript file. |
... |
Additional arguments to pass to 'rewrite_annotated_exprs'. |
This feature is experimental.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.