load_project: load all data for a project from the project files.

View source: R/project_utils.R

load_projectR Documentation

load all data for a project from the project files.

Description

loads all data related to a project from its folder.

Usage

load_project(project_id_path, data_folder = here::here())

Arguments

project_id_path

character. the project id used for folder names, i.e. in the format YYYY-mm-prefix

data_folder

character. path to data folder. starts at root of the project as defined by here::here. Defaults to here::here().

Value

a list


CorrelAid/projectutils documentation built on Oct. 7, 2022, 4:40 a.m.