CancerRegistryOfNorway / nordcancore

Other
0 stars 0 forks source link

Bugfix printout #17

Closed CotterpinDoozer closed 2 years ago

CotterpinDoozer commented 3 years ago

Joonas comments:

  • when I run

    cancer_death_count_dataset <- nordcanpreprocessing::nordcan_processed_cancer_death_count_dataset( x = unprocessed_cancer_death_count_dataset )

    I always get the printout

    [1] "sex" "region" "agegroup" "entity"

    I guess there's print(names()) somewhere left from debugging.

Can this be fixed? No reason to printout just this line in R.

HuidongTian commented 2 years ago

Fixed by comment out the line: https://github.com/CancerRegistryOfNorway/nordcanpreprocessing/blob/09be9f18eacd07f1873c9809a791dd0d92db9a82/R/processed_cancer_death_count_dataset.R#L112