create_notebook_explore | R Documentation |
Generate an RMarkdown Notebook template for a report. You must provide a output-directory (parameter output_dir). The default file-name is "notebook-explore.Rmd" (may overwrite existing file with same name)
create_notebook_explore(output_file = "notebook-explore.Rmd", output_dir)
output_file |
Filename of the html report |
output_dir |
Directory where to save the html report |
create_notebook_explore(output_file = "explore.Rmd", output_dir = tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.