NewGraphEnvironment / dff-2022

Building digital field forms and processing data collected using R, postgresql, QGIS and other tools
Creative Commons Zero v1.0 Universal
0 stars 3 forks source link

`select(-contains(any_of(str_tags_refine)))` was failing #56

Closed NewGraphEnvironment closed 1 year ago

NewGraphEnvironment commented 1 year ago

str_tags_refine is a list of words found in the column names....

any_of didn't need to be there anyway so I pulled it out.