Technomics / readflexfile

An R package to read the Flex File data format.
GNU General Public License v3.0
2 stars 1 forks source link

Typo in warning message #46

Closed ahjames11 closed 1 year ago

ahjames11 commented 1 year ago

If you must use the old naming in the interim, please use the argument .data_case = "snake" or use `costmisc::native_to_snake_case() instead.

Missing the last back tick after costmisc::native_to_snake_case()

ahjames11 commented 1 year ago

Fixed.