create_notebook_explore: Generate a notebook

View source: R/report.R

create_notebook_exploreR 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())


explore documentation built on Oct. 11, 2023, 9:07 a.m.