Skip to content

Commit

Permalink
Update report_dataset.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ehwenk committed Nov 23, 2023
1 parent a64ce21 commit 4fdf1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/support/report_dataset.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ updated_taxa <- data_study$taxonomic_updates %>% select(-dataset_id) %>%
data_study$taxa %>%
filter(taxon_name %in% updated_taxa$taxon_name) %>%
left_join(
by = c("taxon_name", "original_name"),
by = c("taxon_name"),
updated_taxa %>%
bind_rows(empty_tibble_taxonomic_updates) %>%
select(original_name, taxon_name, aligned_name, aligned_name_taxon_id, aligned_name_taxonomic_status)
Expand Down

0 comments on commit 4fdf1e5

Please sign in to comment.