# NOT RUN {
# load example scan object
data(example_scan)
# print the scan parameters contained in the scan:
example_scan$params
# extract the first scan parameter:
param <- example_scan$params[1]
is.scan("this is not a polar scan but a string") # > FALSE
# }
Run the code above in your browser using DataLab