Skip to content

Commit

Permalink
Merge branch 'dev' into 162_alt_export
Browse files Browse the repository at this point in the history
  • Loading branch information
bms63 committed Jul 6, 2023
2 parents a046e13 + 653b0b0 commit fdfbd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get.R
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ get_used_functions <- function(file){
mutate(function_name = coalesce(.data[["SYMBOL_FUNCTION_CALL"]],
.data[["SPECIAL"]]))

get_library(combine_tokens) %>%
get_library(combine_tokens) %>%
select(all_of(c("function_name", "library"))) %>%
distinct()

Expand Down

0 comments on commit fdfbd33

Please sign in to comment.