Open pepijnvink opened 10 months ago
I believe that a better solution would be https://rlang.r-lib.org/reference/arg_match.html
Maybe using tryCatch
could work:
data.frame
, mids
, Should also resolve #130
Status check: might not be necessary anymore. Converting to draft.
Automatically parse allowed data types rather than manual specification. Additional checks if data are of type
matrix
are left in. Should resolve #85