Skip to content

Commit

Permalink
Explain why catageysa.dat is not just read, but physically downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
Arni Magnusson committed Sep 13, 2017
1 parent 56f07a1 commit 05d3ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdir("data")

url <- "http://taf.ices.local/taf/fs/2015_had-iceg/raw/"

## Download data
## Download data, this file will later be moved to input
download.file(paste0(url,"catageysa.dat"), "data/catageysa.dat", quiet=TRUE)
txt <- readLines("data/catageysa.dat", encoding="latin1")

Expand Down

0 comments on commit 05d3ab6

Please sign in to comment.