LucyMcGowan/tidycode

is_model needs to allow for the function to have been called inside another function

Closed this issue · 0 comments

Right now, I check is_model() based on the class of the value object -- this means a value has to be obtained, which wouldn't happen in a function 😢, so this needs to be fixed.