source_map_from_files: Create a source map (.map) file

View source: R/ext-source_map.R

source_map_from_filesR 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.


sketch documentation built on Oct. 23, 2022, 5:07 p.m.