Skip to contents

Exported files from Synaptosoft's Mini Analysis software (MA, see ref) are saved as ASCII text file (.asc), this function provides an user-friendly .csv file for data analysis and viewing. CSV files are automatically generated in a 'WORKING_DIR/data_csv/' folder.

Usage

batch_convert_asc_to_csv(file_list, merge_iei = FALSE, path = NULL)

Arguments

file_list

Character, vector of files to process, e.g. matools_env$files_in_folder.

merge_iei

Logical, if TRUE asc and txt files with matching names will be merged. Default is FALSE.

path

Character, with the location of data directory containing .asc files. Default is NULL and matools_env$directory_data will be used.

Value

Exports *.csv file to directory specified in path, column names match default columns within Synaptosoft's Mini Analysis software.

See also

set_data_directory to auto generate directory_data in matools_env