rollmatch (version 1.0.0)

addMatchesColumns: Create additional columns for the matches dataset As it's an internal helper function to aid in testing, it is not exported for use outside of the package.

Description

Create additional columns for the matches dataset As it's an internal helper function to aid in testing, it is not exported for use outside of the package.

Usage

addMatchesColumns(matches)

Arguments

Matches

Dataframe containing the matches from comparison_pool

Value

Dataframe containing top matches

Examples

Run this code
# NOT RUN {
load(url(paste0("https://github.com/RTIInternational/rollmatch/raw/master/",
                "tests/testthat/matches.rda")))
newmatches <- addMatchesColumns(matches)
head(newmatches)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace