chunk_inputs | R Documentation |
chunk_inputs
chunk_inputs(chunks = find_chunks()$name, call_flag = driver.DECLARE_INPUTS)
chunks |
A character vector of chunks names |
call_flag |
Flag to look for in inputs |
A tibble with columns 'name' (chunk name), 'input' (name of data), 'file_file' (whether object is read from a file), and 'optional' (whether the object is optional or not).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.