The id argument is scoreFACT_any needs to be completely re-written.
Issues found so far:
a. When df is a tibble, there is an error if id = NULL.
b. When id is not NULL, it cannot be found in df.
c. Appears to work OK if if id = NULL and df is a non-tibble data.frame.
The
idargument isscoreFACT_anyneeds to be completely re-written.Issues found so far:
a. When
dfis atibble, there is an error ifid = NULL.b. When
idis not NULL, it cannot be found indf.c. Appears to work OK if if
id = NULLanddfis a non-tibbledata.frame.