inbo / iassetR

Interact with the iAsset api using R
https://inbo.github.io/iassetR/
Other
0 stars 1 forks source link

Optionally return verbatim column names from iAsset #28

Open PietrH opened 8 months ago

PietrH commented 8 months ago

Currently field names are sanitized by way of janitor::clean_names(), I think for some users it'll be nice to turn this behaviour off via a function argument. something like clean_names = TRUE by default.