R/log_and_save_decoding_results.R
log_load_results_from_result_name.Rd
A function that loads DECODING_RESULTS based on the result_name
log_load_results_from_result_name(result_name, results_directory_name)
result_name | A string a specifying the result that should be loaded based on the name given. This result_name can be a regular expression in which all result_name values that match the regular expression will be returned as a list. |
---|---|
results_directory_name | A string containing the path to a directory that contains all the decoding results. |