create_analysis: Create a directory for standard AVALANCHE anlyses

Description Usage Arguments Value

View source: R/create_analysis.R

Description

create_analysis() creates a project template that incudes packages.R, analysis.R, and report.Rmd.

Usage

1
2
3
4
5
6
create_analysis(
  path = ".",
  folder = "avalanche_analysis",
  name = "Author",
  title = "Untitled Analysis"
)

Arguments

path

The directory path

folder

The name of the new analysis project

title

The title of the report

author

The author's name

Value

invisibly, the path of the analysis directory


emptyfield-ds/r_packages_add_files documentation built on Jan. 2, 2022, 12:14 a.m.