Make Ulysses Study Settings

makeUlyssesStudySettings(
  repoName,
  repoFolder,
  studyMeta,
  execOptions,
  gitRemote = NULL,
  renvLock = NULL
)

Arguments

repoName

the name of repo as a character string

repoFolder

the folder path where the repo is stored in local as a character string

studyMeta

a StudyMeta R6 class with the details describing the study

execOptions

a ExecOptions R6 class with the execution details needed for the study

gitRemote

a remote url used to clone and set remote git

renvLock

file path to a renvLock file

Value

A UlyssesStudy R6 class with the ulysses study details to make