Skip to content

Commit

Permalink
Update mirror.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang committed Nov 15, 2020
1 parent 86e2856 commit cf0d04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-raw/mirror.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ download_dataset <- function(x, destdir) {
method = "curl", extra = "-C -") # 断点续传
}

access_datasets <- XenaData[c(2,4,8),] # XenaDataUpdate(saveTolocal = FALSE)
access_datasets <- XenaData # XenaDataUpdate(saveTolocal = FALSE)
hubs <- unique(access_datasets$XenaHostNames)
dataset_list <- lapply(hubs, function(h) {
x <- subset(access_datasets, XenaHostNames == h)
Expand Down

0 comments on commit cf0d04f

Please sign in to comment.