-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
51 lines (50 loc) · 1.32 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Generated by roxygen2: do not edit by hand
S3method(confound_files,bids_project)
S3method(create_preproc_mask,bids_project)
S3method(encode,character)
S3method(event_files,bids_project)
S3method(flat_list,bids_project)
S3method(func_scans,bids_project)
S3method(parse,parser)
S3method(participants,bids_project)
S3method(preproc_scans,bids_project)
S3method(print,bids_project)
S3method(read_confounds,bids_project)
S3method(read_events,bids_project)
S3method(search_files,bids_project)
S3method(sessions,bids_project)
S3method(tasks,bids_project)
export(anomalies)
export(bids_project)
export(confound_files)
export(create_preproc_mask)
export(encode)
export(event_files)
export(file_pairs)
export(flat_list)
export(func_scans)
export(parse)
export(participants)
export(preproc_scans)
export(read_confounds)
export(read_events)
export(read_func_scans.bids_project)
export(search_files)
export(sessions)
export(tasks)
import(dplyr)
import(fs)
import(stringr)
importFrom(Combin8R,pAlt)
importFrom(Combin8R,pLiteral)
importFrom(Combin8R,pMany)
importFrom(Combin8R,pRegex)
importFrom(Combin8R,pSeq)
importFrom(data.tree,Node)
importFrom(future,availableCores)
importFrom(progress,progress_bar)
importFrom(stringdist,stringdistmatrix)
importFrom(stringr,str_detect)
importFrom(tidyr,nest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)