Skip to content

Commit

Permalink
rename function
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Dec 18, 2023
1 parent 7837823 commit d3e0e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/export_pacta_files.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export_pacta_files <- function(
"factset_entity_financing_data.rds"
)
logger::log_info("Fetching entity financing data.")
entity_financing_data <- get_factset_entity_financing_data(
entity_financing_data <- get_factset_financing_data(
conn = conn,
data_timestamp = data_timestamp
)
Expand Down
2 changes: 1 addition & 1 deletion R/get_factset_entity_financing_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#'
#' @export

get_factset_entity_financing_data <- function(
get_factset_financing_data <- function(
conn,
data_timestamp
) {
Expand Down

0 comments on commit d3e0e6c

Please sign in to comment.