fetch_datatracker_cfg: Function to fetch and set the datatracker config files.

Description Usage Arguments

View source: R/utils.R

Description

Function for getting a config file from GitHub. They can be given a specific path to be saved to, or set as the user's default lab configuration.

Usage

1
2
3
4
5
6
7
8
fetch_datatracker_cfg(
  repo,
  path,
  gh_root = "",
  save_to = NA,
  set_lab = NA,
  set_local = FALSE
)

Arguments

repo

Is the name of the repository.

path

Is the path in the repo to the file.

gh_root

If set to "" will try to access the file from your saved

save_to

Is the path to save the datatracker config to.

set_lab

Is if you are setting up a new lab/project.


DecisionNeurosciencePsychopathology/DataTracker documentation built on Jan. 20, 2022, 4:51 p.m.