Closed dewittpe closed 7 years ago
Expect hundreds of thousands, if not millions, of individuals in the data sets that need to be searched. Design the ccc function to work on the rows of the input data. avoid the tidyr::gather method that was used in the initial design.
ccc
tidyr::gather
new coding methods seem to work. issue #10 could help too.
Expect hundreds of thousands, if not millions, of individuals in the data sets that need to be searched. Design the
ccc
function to work on the rows of the input data. avoid thetidyr::gather
method that was used in the initial design.