scoringutils icon indicating copy to clipboard operation
scoringutils copied to clipboard

remove `check_columns_present`

Open sbfnk opened this issue 4 months ago • 0 comments

          (but happy to leave as is and we should maybe just open an issue to get rid of `check_columns_present` altogether)

Originally posted by @nikosbosse in https://github.com/epiforecasts/scoringutils/pull/915#discussion_r1768078954

Seems like functionality can be achieved by assert_subset(x, colnames(y))

sbfnk avatar Sep 25 '24 09:09 sbfnk