You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The assert_data_frame() function doesn't check if it is a rowwise dataframe. This can cause failure or unexpected behaviour of admiral functions (see example from the "Visit and Period Variables" vignette below).
Error in `signal_duplicate_records()` at admiral/R/derive_merged.R:379:5:
! After applying `filter_join` the joined dataset contains more than one observation per observation of the input
dataset. Please adjust `filter_add` and/or `filter_join` or specify `order` and `mode` to select one of the observations.
ℹ Run admiral::get_duplicates_dataset() to access the duplicate records
The text was updated successfully, but these errors were encountered:
What happened?
The
assert_data_frame()
function doesn't check if it is a rowwise dataframe. This can cause failure or unexpected behaviour of admiral functions (see example from the "Visit and Period Variables" vignette below).Session Information
No response
Reproducible Example
produces
The text was updated successfully, but these errors were encountered: