create_notebook_explore {explore} | R Documentation |
Generate a notebook
Description
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)
Usage
create_notebook_explore(output_file = "notebook-explore.Rmd", output_dir)
Arguments
output_file |
Filename of the html report |
output_dir |
Directory where to save the html report |
Examples
create_notebook_explore(output_file = "explore.Rmd", output_dir = tempdir())
[Package explore version 1.3.1 Index]