bluefoxr / COINr

COINr
https://bluefoxr.github.io/COINr/
Other
22 stars 7 forks source link

COIN creation impossible with iData and iMeta checked OK. #44

Closed MoujibChahid closed 1 year ago

MoujibChahid commented 1 year ago

COIN creation impossible even with iData and iMeta checked OK. The resulting error message is as follows:

coin <- new_coin(iData = iData, iMeta = iMeta) iData checked and OK. iMeta checked and OK. Error in new_coin(iData = iData, iMeta = iMeta) : Column names from iData not found in iMeta (excluding special columns).

According to this error message, there are columns in iData that are not present in iMeta, whereas this is not true. I've tried several times but I still can't create the COIN. Can anyone help me?

bluefoxr commented 1 year ago

Problem resolved (user error) - there was a column in iData not specified in iMeta.