Browse Source

name changes

master
junikimm717 3 years ago
parent
commit
ce0e884849
  1. 2
      src/.gitignore
  2. 4
      src/Makefile
  3. 4
      src/script.def.R

2
src/.gitignore

@ -1 +1 @@
config.R
script.R

4
src/Makefile

@ -1,2 +1,2 @@
testing.R:
cp ./testing.def.R ./testing.R
script.R:
cp ./script.def.R ./script.R

4
src/testing.def.R → src/script.def.R

@ -5,9 +5,9 @@ library("stringr")
# Configurations #############################################################
# 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 <- ","
separator <- "separator"
##############################################################################
# Read in the Table ##########################################################
Loading…
Cancel
Save