Skip to content

Commit

Permalink
update vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
TNRiley committed Aug 23, 2024
1 parent 43ec220 commit 4a76c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/citesource_new_benchmark_testing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ In this example the benchmark file takes an NA for cite_source while the search
# Create a tibble that contains metadata about the citation files
imported_tbl <- tibble::tribble(
~files, ~cite_sources, ~cite_labels,
"benchmark_15.ris", NA, "benchmark",
"benchmark_15.ris", "benchmark", "search",
"search1_166.ris", "search 1", "search",
"search2_278.ris", "search 2", "search",
"search3_302.ris", "search 3", "search",
Expand Down Expand Up @@ -90,7 +90,7 @@ n_unique <- count_unique(unique_citations)
source_comparison <- compare_sources(unique_citations, comp_type = "sources")
#Initial upload/post internal deduplication table creation
initial_records_search <- calculate_initial_records(unique_citations, labels_to_include = "search")
initial_records_search <- calculate_initial_records(unique_citations)
initial_record_table_search <- create_initial_record_table(initial_records_search)
initial_record_table_search
Expand Down

0 comments on commit 4a76c0f

Please sign in to comment.