Skip to contents

Returns the version strings for all BIDS schema JSON files shipped with this installation of bidser.

Usage

bids_schema_versions()

Value

Character vector of available version strings (e.g. "1.10.1").

Examples

# \donttest{
bids_schema_versions()
#> [1] "1.10.0"
# }