Skip to content

Commit

Permalink
Merge pull request #143 from antaldaniel/master
Browse files Browse the repository at this point in the history
Removed a line that was from testing and hard-coded the codes.
  • Loading branch information
antagomir authored May 10, 2019
2 parents 2896f96 + c3331fd commit e67eef4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions R/get_bibentry.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ get_bibentry <- function(
format <- 'biblatex'
}

code = c("tran_hv_frtra", "t2020_rk310", "tec00001")
toc <- get_eurostat_toc()
toc <- toc[toc$code %in% code, ]
toc <- toc[! duplicated(toc), ]
toc <- get_eurostat_toc()
toc <- toc[toc$code %in% code, ]
toc <- toc[! duplicated(toc), ]

urldate <- as.character(Sys.Date())

Expand Down

0 comments on commit e67eef4

Please sign in to comment.