Skip to content

Commit

Permalink
remove unused dataprep_ref argument (#13)
Browse files Browse the repository at this point in the history
`dataprep_ref` argument must be leftover from former days, because it's
not used in the function anywhere
  • Loading branch information
cjyetman authored Sep 18, 2023
1 parent d1f7a08 commit 7dda265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 1 addition & 3 deletions R/set_analysis_inputs_path.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
#' A longer description of the function
#'
#' @param data_location_ext A description of the argument
#' @param dataprep_ref A description of the argument
#'
#' @return A description of the return value
#'
#' @export

set_analysis_inputs_path <- function(data_location_ext,
dataprep_ref = .GlobalEnv$datastore_timestamp) {
set_analysis_inputs_path <- function(data_location_ext) {
# project level setting takes precedence, portfolio level second, else what
# set_webtool_paths() sets for data_location_ext
if (!is.null(.GlobalEnv$proj_data_location_ext)) {
Expand Down
7 changes: 1 addition & 6 deletions man/set_analysis_inputs_path.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7dda265

Please sign in to comment.