get_project: Function to create a REDCapR project from json input.

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Function to create a REDCapR project from json input.

Usage

1
get_project(cfg_path, protocol)

Arguments

cfg_path

is the path to the lab's json configuration file.

protocol

is the project we want data from.

Value

Returns an object to pull REDCap project data with.

Examples

1
2
get_project(cfg_path='/bgfs/adombrovski/lab_resources/dnpl.json',
    protocol='bsocial')

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