source_map_from_files {sketch} | R Documentation |
Create a source map (.map) file
Description
Create a source map (.map) file
Usage
source_map_from_files(source_file, target_file, ...)
Arguments
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'. |
Note
This feature is experimental.
[Package sketch version 1.1.20.3 Index]