create_analysis_project: Create Files and Folders for Analysis Project

View source: R/S07_Projects_and_Reports.R

create_analysis_projectR Documentation

Create Files and Folders for Analysis Project

Description

Function to initialize an analysis project folder, creating folders and files typical to most analysis projects.

Usage

create_analysis_project(initial = TRUE, work = FALSE, proj = "XXX_AYY")

Arguments

initial

Logical; if TRUE creates folders for source data and R scripts, creates the '_targets.R' file, and creates an example R script for cleaning source data. Otherwise generates a single template R script.

work

Logical; if TRUE using current work email rather than personal email.

proj

A character string, the project label to start each function with.

Value

As a side effect, creates a set of folders and files in the current working directory.


rettopnivek/arfpam documentation built on Oct. 20, 2024, 7:24 p.m.