# NOT RUN {
res = spm12_contrast_query(name = "condition1", weights = 1)
print(res)
contrasts = list(
list(name = "All Contrasts",
weights = Inf
),
list(name = "RightHand",
weights = 2)
)
res = spm12_contrast_query_list(contrasts)
print(res)
# }
Run the code above in your browser using DataLab