Create {fusen}
chunks inside your Rmd
add_fusen_chunks(
function_name = NULL,
export = getOption("fusen.export.functions")
)
Name of the function to create. If NULL (the default), the user will be prompted to enter it.
Should the function be exported?
Default is getOption("fusen.export.functions")
. If NULL, the
user will be prompted to enter it.
A list with the context and the content, invisibly.
add_fusen_chunks("this")