source_map_from_files {sketch} | 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.