Skip to content

Commit

Permalink
more explicitly named args
Browse files Browse the repository at this point in the history
  • Loading branch information
d-callan committed Mar 5, 2024
1 parent acc65d6 commit 2733845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/method-correlation.R
Original file line number Diff line number Diff line change
Expand Up @@ -284,5 +284,5 @@ function(data, method = c('spearman','pearson','sparcc'), format = c('ComputeRes
method <- veupathUtils::matchArg(method)
verbose <- veupathUtils::matchArg(verbose)

correlation(data, method=method, format = format, verbose=verbose)
correlation(data1 = data, method=method, format = format, verbose=verbose)
})

0 comments on commit 2733845

Please sign in to comment.