Skip to content

Commit

Permalink
add namespace for here()
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymg committed Nov 12, 2024
1 parent 9c8d955 commit dc56683
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/match_variety_names_check.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ find_entries_raw_names <- function(df_names, data_raw, join_by){
~paste(.x, collapse = ";")))

write.csv(fuzzymatch_summary,
here(knitroutputfolder, "names_check_summary.csv"), row.names = FALSE)
here::here(knitroutputfolder, "names_check_summary.csv"),
row.names = FALSE)
}

0 comments on commit dc56683

Please sign in to comment.