check_data_and_settings_consistency | R Documentation |
Warn about common errors in combining data and datatype.
check_data_and_settings_consistency(
index,
data,
datatype,
intent,
force = FALSE
)
index |
positive integer, the dataarray index to report. Makes it easier for the user to find the broken one. |
data |
vector or matrix, the data to write to the GIFTI file. Checked against the datatype. |
datatype |
NIFTI datatype string, the datatype to use when writing to the GIFTI file. Checked against the data. |
intent |
NIFTI intent string, checked independently. In no way do we check whether it makes sense for the data. |
The checks in here are in no way exhaustive.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.