setup_folders: A function to create the main directory used in the workflow

View source: R/setup_folders.R

setup_foldersR Documentation

A function to create the main directory used in the workflow

Description

This function allows you to build the directories for the data, and to customize which folders appear

Usage

setup_folders(path = path, add = NULL)

Arguments

path

Full path to where folder will be stored. This folder will be called "RICH"

add

A vector of additional data storage sub-folders to add to directory.

Examples

## Not run: 
path = "C:/Users/BirdySanders/Desktop"
games_to_add = c("FriendshipsData", "TrustData", "NetworkData", "LikertData")
setup_folders(path, add=games_to_add)
                   
## End(Not run)

ctross/DieTryin documentation built on Sept. 8, 2024, 8:07 p.m.