Skip to content

Commit

Permalink
Removed project_dir from compare_documents() documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniereinders committed Nov 26, 2024
1 parent bb859e5 commit 28e4a6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions R/compare.R
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,6 @@ compare_documents <- function(sample1,
#' calculated using `reference_scores`.
#' @param rforest Optional. A random forest created with [`ranger::ranger()`].
#' If a random forest is not supplied, `random_forest` will be used.
#' @param project_dir Optional. A folder in which to save helper files and a CSV
#' file with the results. If no project directory is supplied. Helper files
#' will be saved to tempdir() > comparison but deleted before the function
#' terminates. A CSV file with the results will not be saved, but a data frame
#' of the results will be returned.
#' @param reference_scores Optional. A list of same writer and different writer
#' similarity scores used for reference to calculate a score-based likelihood
#' ratio. If reference scores are not supplied, `ref_scores` will be used only
Expand Down
7 changes: 0 additions & 7 deletions man/compare_writer_profiles.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 28e4a6a

Please sign in to comment.