maelstrom-research/madshapR

Column named "condition" interferes with data_dict_evaluate() function

Open

#103 opened on Nov 20, 2024

View on GitHub
 (2 comments) (0 reactions) (0 assignees)R (0 forks)auto 404
buggood first issuenext version

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

Description

madshapR v1.1.0

This is sort of similar to some previous issues that I've had - when I tried running data_dict_evaluate, I got the error below due to a column called "condition" in my data dictionary. After removing the variable, the function was able to run.

image

Contributor guide