Standardizes column names by applying a set of pattern-based substitutions:
catch_price->revenuemunicipality->regionlanding_catch->landing_weightcatch_preservation->conservation_placegear->gear_type
Details
Uses gsub() over names(x); substitutions are applied sequentially.
Note that replacing gear with gear_type is pattern-based and will also
affect any column name containing the substring "gear".