if (FALSE) {
# ---------------------------
# Convert csv file to list
# ---------------------------
filepath <- "C:/pathway.csv" # filepath of csv file
N <- csv2list(filepath) # convert csv file to list
}
Run the code above in your browser using DataLab