Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
wincowgerDEV committed Nov 7, 2023
1 parent 43e0d7b commit bf8fa5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/match_spec.R
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ match_spec.default <- function(x, ...) {
#' @rdname match_spec
#'
#' @export
match_spec.OpenSpecy <- function(x, library, na.rm = T, top_n = NULL,
match_spec.OpenSpecy <- function(x, library, na.rm = T, conform = T, top_n = NULL,
order = NULL, add_library_metadata = NULL,
add_object_metadata = NULL, fill = NULL, ...) {
if(is_OpenSpecy(library)) {
res <- cor_spec(x, library = library) |>
res <- cor_spec(x, library = library, conform = conform) |>
ident_spec(x, library = library, top_n = top_n,
add_library_metadata = add_library_metadata,
add_object_metadata = add_object_metadata)
Expand Down

0 comments on commit bf8fa5c

Please sign in to comment.