Is there a reason why is_na() and any_na() are not exported (apart from the mssing argument checks as mentioned)? I need base::complete.cases() functionality for a data.table and the only efficient way I found was using data.tables:::is_na(). Or am I missing something? Happy to submit a PR.
Is there a reason why
is_na()andany_na()are not exported (apart from the mssing argument checks as mentioned)? I needbase::complete.cases()functionality for adata.tableand the only efficient way I found was usingdata.tables:::is_na(). Or am I missing something? Happy to submit a PR.