check_id_path_data: Function to check that a subject has data for a set of ids.

Description Usage Arguments Value

View source: R/utils.R

Description

Requirements are min, max, grep, keywords, exclude, and file_count. Min and max are the min and max number of matches for a particular data check (set to -1 if not checking). The grep argument is a grep string to match over. Keywords and exclude are sub strings that must be included or must be ignored in the grep match, respectively. Finally, file_count is the number of file if the result is a directory (set to 0 if it is a file).

Usage

1
check_id_path_data(ids, requirement)

Arguments

ids

is a tibble with a column named "id".

requirements

is a list as described in the description.

Value

a tibble with a variable that if the data exists for each id.


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