Learn R Programming

knitrdata (version 0.5.0)

create_data_chunk_dialog: Invoke Shiny gadget to create a data chunk

Description

As different elements of the data chunk are specified, other options will be modified as is likely to be useful. For example, if a binary file is uploaded, then the format will be set to binary, the encoding will be set to base64 and the Encode data? option will be checked. If these options are not appropriate, then they can be altered afterwards.

Usage

create_data_chunk_dialog(
  title = "Data chunk creator",
  infobar = "Fill out, then click above to create chunk"
)

Arguments

title

Text to place in title bar of gadget

infobar

HTML content to place in information bar at top of gadget

Value

Invisibly returns the text of the data chunk as a character vector, one line per element.

Details

When the Create chunk button is clicked, the function will return the chunk contents including header and tail.

See Also

Other Chunk tools: create_chunk(), insert_data_chunk_dialog(), insert_data_chunk_template(), list_rmd_chunks(), remove_chunks_dialog()

Examples

Run this code
# NOT RUN {
create_data_chunk_dialog()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab