tmesaglio / Australian-plant-photos

2 stars 1 forks source link

weird error in R #8

Closed tmesaglio closed 2 years ago

tmesaglio commented 2 years ago

when I try to run line 16 in 'synonym cleaning', it keeps giving me this error message:

Error in filter(step2_apc, nameType == "scientific") : object 'nameType' not found

but nameType is clearly a valid column in that dataframe. I tested this with the other column names and have the same problem.

I copy pasted that line of code from one of the other R scripts where it works perfectly (and I'm using it in essentially the same context), so no clue what's going on here

wcornwell commented 2 years ago

push your most recent version and i'll see if i can replicate the error...

tmesaglio commented 2 years ago

just tried it again and it works.... no idea what happened