Skip to content
Snippets Groups Projects
Commit 0b506645 authored by Valerio De Patta Pillar's avatar Valerio De Patta Pillar
Browse files

fixed typo in 98

parent 5b04e783
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
## It then plots the summarized output ## It then plots the summarized output
library(tidyverse) library(tidyverse)
mypath <- "_data/Experiment_27Feb2020/" mypath <- "_data/Experiment_27Feb2020"
myfiles <- list.files(path=mypath, pattern = "Summary.txt", recursive = T) myfiles <- list.files(path=mypath, pattern = "Summary.txt", recursive = T)
output <- NULL output <- NULL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment