new_analysis: Create new analysis object

View source: R/make_notebooks.R

new_analysisR Documentation

Create new analysis object

Description

Create new analysis object

Usage

new_analysis(
  name = "analysis",
  notebook_dir = "notebooks",
  out_dir = "results",
  out_dir_human = fs::path("results_human", name)
)

Arguments

name

character string. Specifies name of the analysis (used in output file names)

notebook_dir

base directory of the notebook files

out_dir

base directory for the result files

out_dir_human

base directory for links to the result files with human readable names


jan-glx/analysismaker documentation built on March 29, 2025, 11:58 a.m.