remove_chunks_dialog: Invoke Rstudio addin to remove chunks from the active source...

Description Usage Details Value Author(s) See Also Examples

Description

The dialog will present a data table list of chunks in the source document. Select the rows that correspond to the chunks that you wish to remove and hit the Remove chunks button to remove them.

Usage

1

Details

When the dialog is started, if the cursor is positioned inside a chunk in the source document, then the row corresponding to this chunk will be selected by default.

Value

Returns TRUE if one or more chunks were removed, FALSE otherwise.

Author(s)

David M. Kaplan dmkaplan2000@gmail.com

See Also

Other Chunk tools: create_chunk(), create_data_chunk_dialog(), insert_data_chunk_template(), list_rmd_chunks()

Examples

1
2
3
4
## Not run: 
remove_chunks_dialog()

## End(Not run)

knitrdata documentation built on Dec. 8, 2020, 5:08 p.m.