|
@ -5,9 +5,9 @@ library("stringr") |
|
|
|
|
|
|
|
|
# Configurations ############################################################# |
|
|
# Configurations ############################################################# |
|
|
# file : decides which file to read in data from ############################# |
|
|
# file : decides which file to read in data from ############################# |
|
|
file <- "~/Documents/dwalker/pattern/data/data.txt" |
|
|
|
|
|
|
|
|
file <- "/path/to/file" |
|
|
# separator: decides separator of file ####################################### |
|
|
# separator: decides separator of file ####################################### |
|
|
separator <- "," |
|
|
|
|
|
|
|
|
separator <- "separator" |
|
|
|
|
|
|
|
|
############################################################################## |
|
|
############################################################################## |
|
|
# Read in the Table ########################################################## |
|
|
# Read in the Table ########################################################## |