Skip to content

Commit ea048f1

Browse files
committed
Fix EASIN functions and increase time out for downloading railways data
1 parent ec3619e commit ea048f1

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

R/DWF_EASIN_Process.R

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -66,30 +66,6 @@
6666
#' @export
6767
#' @order 1
6868

69-
70-
71-
72-
setwd("U:/Workflow/")
73-
ExtractTaxa = TRUE
74-
ExtractData = TRUE
75-
NDownTries = 10L
76-
NCores = 6L
77-
SleepTime = 10L
78-
NSearch = 1000L
79-
EnvFile = ".env"
80-
DeleteChunks = TRUE
81-
StartYear = 1981L
82-
Plot = TRUE
83-
84-
85-
86-
87-
88-
89-
90-
91-
92-
9369
EASIN_Process <- function(
9470
ExtractTaxa = TRUE, ExtractData = TRUE, NDownTries = 10L, NCores = 6L,
9571
SleepTime = 10L, NSearch = 1000L, EnvFile = ".env", DeleteChunks = TRUE,

0 commit comments

Comments
 (0)