Closed rdmorin closed 2 years ago
This code probably also needs to be updated to use the published lymphgen when no locally-generated calls are available so that the DLC cases can be labeled.
The ideal fix will be to add a new collate_ function (e.g. collate_lymphgen) and have it do the work instead of doing this in the metadata function. We can use NA for any case that doesn't have a lymphgen class but should also draw from all sources of lymphgen as noted by Laura.
This has now been addressed in PR #63 , including the new collate_lymphgen
function.
There's a bug in get_gambl_metadata that causes any case without a LymphGen class to be assigned as COMPOSITE. This should be changed to either set them to "Other" or, better yet, a class that isn't part of LymphGen but also doesn't imply a composite class.