CUD2V / pccc

Pediatric Complex Chronic Conditions: An R Package
5 stars 8 forks source link

Expect "Big" Data #2

Closed dewittpe closed 7 years ago

dewittpe commented 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.

dewittpe commented 7 years ago

new coding methods seem to work. issue #10 could help too.