new as_logical function to ease binary data interpretation - version bump. Hi March!

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-03-04 13:00:49 +01:00
commit bb24a7d7bd
No known key found for this signature in database
5 changed files with 162 additions and 2 deletions

View file

@ -7,6 +7,8 @@ S3method(as_factor,haven_labelled)
S3method(as_factor,labelled)
S3method(as_factor,logical)
S3method(as_factor,numeric)
S3method(as_logical,data.frame)
S3method(as_logical,default)
S3method(fct_drop,data.frame)
S3method(fct_drop,factor)
S3method(process_user_input,character)
@ -18,6 +20,7 @@ export(all_na)
export(apply_factor_labels)
export(apply_field_label)
export(as_factor)
export(as_logical)
export(case_match_regex_list)
export(cast_data_overview)
export(cast_meta_overview)