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",
  author = "Author",
  title = "Untitled Analysis"
)

Arguments

path

The directory path

folder

The name of the new analysis project

author

The author's name

title

The title of the report

Value

invisibly, the path of the analysis directorydata_dictionary


malcolmbarrett/avalanchr documentation built on Jan. 26, 2020, 12:59 a.m.