Passing vector of names to verify to assertr's verify in R

I am importing a dataset from a third party and would would like to be able to validate that all of the columns in the incoming dataset are named as agreed to and expected. To do this, I intended to use the verify statement in assertr‘s package in R with has_all_names. I can accomplish this… Read More Passing vector of names to verify to assertr's verify in R