Skip to content

Commit

Permalink
Use option correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Sep 18, 2024
1 parent 444ab76 commit 021367d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run_update.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ for (pkg in pkgs) {
}

options(
finbif_use_cache = c(FALSE, TRUE),
finbif_use_cache = TRUE,
finbif_use_cache_metadata = TRUE,
finbif_api_url = Sys.getenv("FINBIF_API"),
finbif_warehouse_query = Sys.getenv("FINBIF_WAREHOUSE_QUERY"),
finbif_email = Sys.getenv("FINBIF_EMAIL"),
Expand Down

0 comments on commit 021367d

Please sign in to comment.