Skip to content

Commit

Permalink
Update jphulse_camel.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jphulse authored Apr 25, 2024
1 parent dc5361e commit dd888fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R_Scripts/jphulse_camel.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Propogates and plots the graph generated from the camel datasets
## Read the files from the camel dataset and combine them as needed
files <- list.files("./data/camel", pattern=".csv", full.names=T)
combined <- do.call("rbind", lapply(files, read.csv))
Expand All @@ -24,4 +25,4 @@ if(require(igraph)) {



}
}

0 comments on commit dd888fa

Please sign in to comment.