Modules§
Traits§
Functions§
- clear_
generated_ files - Clear all generated files
- escape_
r_ string - Render a string value as an R double-quoted literal (R’s canonical string
form). The value is assumed to be already decoded (see
parsing::elements::decode_escapes), so this is the single place that knows how to escape for the R target: backslashes and double quotes must be escaped, control characters are emitted as escape sequences. - get_
generated_ files - Get all generated files
- register_
generated_ file - Register a generated file (used for WASM mode to capture file outputs)
- reset_
import_ from_ stack - reset_
include_ stack - Reset the include stack to a single empty bottom frame (call before a build).
- take_
main_ import_ froms - take_
main_ includes - Drain the bottom (main) frame — the top-level includes for
main.R.