build_project: Build project data structure

View source: R/build_project.R

build_projectR Documentation

Build project data structure

Description

Build project data structure

Usage

build_project(out.path)

Arguments

out.path

Output directory where data structure will be built.

Details

This function returns a standardized data structure to ease data and code transferability. The final data structure includes the following folders:

  • 00_data - Standardized data storage

  • 01_analysis - output of data analysis

  • 02_documents - General documents folder

  • 03_code - Storage of project scripts

  • temp - temporary folder (used e.g. for testing)

Value

A standardized file structure.

Examples

{}


macroecology-society/masDMT documentation built on July 2, 2024, 4:08 a.m.