Skip to contents

This function can be used to create a good practice environment for further usage of the IAM package.

Usage

IAM.dev(project = "Workgroup", file = "analysis.R")

Arguments

project

Title of the project in which IAM is used

file

Name of the analysis file initialised with the project. Used as the main script of the project. NULL will cancel the file creation.

Details

R directory is intended to store R scripts with functions. Use source("R/script.R") to load functions inside a script.

output directory is intended to store all output created from this project. All output can can be deleted at any point and obtained from the main script.

data contains two directory for raw and processed dataset. Raw data should not be modified during the code evaluation. Processed data can be deleted at any point and obtained from the main script. If a git repository is created before calling this function, data/raw/ directory will by default be added to .gitignore file.

Author

Maxime Jaunatre