add_fusen_chunks {fusen} | R Documentation |
Add 'fusen' chunks
Description
Create 'fusen' chunks inside your Rmd
Usage
add_fusen_chunks(
function_name = NULL,
export = getOption("fusen.export.functions")
)
Arguments
function_name |
Name of the function to create. If NULL (the default), the user will be prompted to enter it. |
export |
Should the function be exported?
Default is |
Value
A list with the context and the content, invisibly.
Examples
## Not run:
add_fusen_chunks("this", export = TRUE)
## End(Not run)
[Package fusen version 0.6.0 Index]