powered by
Either data or file must be passed.
data
file
display_text(data = NULL, file = NULL)display_json(data = NULL, file = NULL)display_javascript(data = NULL, file = NULL)display_html(data = NULL, file = NULL)display_markdown(data = NULL, file = NULL)display_latex(data = NULL, file = NULL)
display_json(data = NULL, file = NULL)
display_javascript(data = NULL, file = NULL)
display_html(data = NULL, file = NULL)
display_markdown(data = NULL, file = NULL)
display_latex(data = NULL, file = NULL)
The code or markup content as a character vector
character
The path to a file or a connection containing the content
connection
display_<image>
# NOT RUN { ## (Run inside of an IRkernel) display_text('Just text') display_markdown('[MD](http://commonmark.org) *formatted*') display_javascript('execute(this)') # } # NOT RUN { # }
Run the code above in your browser using DataLab