Description Usage Value Author(s) See Also Examples
View source: R/rstudio_addins.R
This function is essentially the equivalent for data chunks of the "Insert a
new code chunk" menu item available in Rstudio when a Rmarkdown document is
open. It places at the current cursor location an empty data
chunk
that can then be modified and filled in by hand.
1 |
Invisibly returns the chunk contents as a character vector, one line of text per element.
David M. Kaplan dmkaplan2000@gmail.com
Other Chunk tools:
create_chunk()
,
create_data_chunk_dialog()
,
list_rmd_chunks()
,
remove_chunks_dialog()
1 2 3 4 | ## Not run:
insert_data_chunk_template()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.