loadStudy: Loads a study from a file name.

Description Usage Arguments Value

View source: R/save_and_load_data.R

Description

Given a file name, this function loads and returns a study. If a Path_Detail object is provided, it will be loaded as the study's path repository.

Usage

1
loadStudy(studyFolderName, path_detail = NULL)

Arguments

studyFolderName

The character string giving the absolute or relative pathway to the study folder.

path_detail

Optional. A Path_Detail object.

Value

A Study object.


biodev/packageDir documentation built on Nov. 4, 2019, 7:19 a.m.