Skip to content

Commit d1b6c46

Browse files
committedJan 20, 2020
drake = FALSE
1 parent cd7e1dc commit d1b6c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎R/gemrtables_function.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ gemrtables <- function(
4444
pc_flag_cut = 66,
4545
pc_comp_cut2 = 33,
4646
level_country = TRUE,
47-
drake = TRUE,
47+
drake = FALSE,
4848
removeCache
4949
) {
5050

@@ -55,7 +55,7 @@ gemrtables <- function(
5555

5656
.gemrtables.pkg.env$ref_year <- ifelse(missing(ref_year), lubridate::year(Sys.Date())-2, as.numeric(ref_year))
5757

58-
.gemrtables.pkg.env$region = as.name(region)
58+
.gemrtables.pkg.env$region <- as.name(region)
5959

6060
.gemrtables.pkg.env$pc_flag_cut <- pc_flag_cut
6161

0 commit comments

Comments
 (0)
Please sign in to comment.