
Create value of items in a collection
value_of_items.RdCreate value of items in a collection
Arguments
- collection
A data frame containing a collection.
- dependents
A list of scoring systems, where a scoring system is a list of:
$columnthe column in thecollectionwe are generating a score from.$weightthe weight of this score (multiplier), relative to other columns.$detailsa data frame detailing the score for particular values found in the column. Where the values to match to the column are found innamesand the score is contained invalue.$typeThe method for matching/finding entries in the column. Allowable values are'Exact','Grepl','Number range'and'Number range (int)'.