Learn R Programming

sketch (version 1.1.20.3)

source_map_from_files: 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`.