bidsify: Create BIDS type structure

Description Usage Arguments Value Examples

View source: R/bids-functions.R

Description

Function to return the equivalent BIDS-type reference for a specific set of data.

Usage

1
bidsify(ID, session, site = NULL, type = "file")

Arguments

ID

CrossProject_ID

session

Subject_Timepoint

site

Site_Name

type

"file" or "folder"

Value

character in BIDS compliant format

Examples

1
2
3
bidsify(1100300, 2)
bidsify(1100300, 2, "ousAvanto")
bidsify(1100300, 2, "ousAvanto", type = "folder")

LCBC-UiO/Conversions documentation built on Dec. 19, 2020, 5:28 a.m.