ggmice icon indicating copy to clipboard operation
ggmice copied to clipboard

Create general pre-processing function for internal use

Open hanneoberman opened this issue 2 years ago • 6 comments

hanneoberman avatar Feb 02 '23 09:02 hanneoberman

If the vrb argument will be deprecated, use https://lifecycle.r-lib.org/reference/index.html

hanneoberman avatar Feb 23 '23 14:02 hanneoberman

See also: http://adv-r.had.co.nz/Computing-on-the-language.html and https://adv-r.hadley.nz/meta-big-picture.html

hanneoberman avatar Feb 23 '23 14:02 hanneoberman

Use shorthand for NULL defaults: https://design.tidyverse.org/def-short.html?q=%25%7C%7C%25#arg-short-null

hanneoberman avatar Mar 21 '23 08:03 hanneoberman

Fixed in #94

hanneoberman avatar Jun 27 '23 12:06 hanneoberman

@pepijnvink Please split this up into verify_df, verify_mids, etc.

hanneoberman avatar Dec 07 '23 13:12 hanneoberman

Opties voor ggmice

  • if(check_df en check_mids) {als error, then ggmice requires df or mids`}
  • use inherits() en any()

hanneoberman avatar Dec 14 '23 13:12 hanneoberman