Read the csv file which is the standard output of MAGPIX.

read_magpix(file_path)

Arguments

file_path

character, path to the csv file

Value

list of all table parts and a processed data frame of Count, Median and Result

Examples

if (FALSE) {
read_magpix('path_to_your_file.csv')
}