FolderCreation: Creates data folder, subfolder and R project

View source: R/FolderCreation.R

FolderCreationR Documentation

Creates data folder, subfolder and R project

Description

This function creates folders and .Rproj file require by the various functions to work. These steps can be done by hand instead.

Usage

FolderCreation(
  WDpath = ".",
  folder = "data",
  subfiles = c("CDOM", "FDOM", "nano"),
  example = TRUE
)

Arguments

WDpath

the path to the working directory

folder

is the name of the folder containing subfiles parameter. Default is "data"

subfiles

is the list of folder where to put cdom, fdom and nano water samples

example

TRUE if you wich to donwload exemple files to test the package


RichardLaBrie/paRafac_correction documentation built on March 13, 2023, 2:11 p.m.