Skip to content

Commit

Permalink
removed unused args
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Nov 13, 2022
1 parent d2e9010 commit e922b30
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions R/get_aux_maps.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@
#'

get_aux_maps <- function(cache_dir = NA,
force_download = FALSE,
primary_site = NA,
ignore_minor_type = FALSE) {
force_download = FALSE) {
dat <- get_pox_data(
cache_dir = cache_dir,
force_download = force_download,
Expand Down

0 comments on commit e922b30

Please sign in to comment.