bedatadriven / activityinfo-R

ActivityInfo R Language Client
https://www.activityinfo.org/support/docs/R/
17 stars 12 forks source link

Add check.names argument to queryTable() to avoid passing column names through make.names #55

Closed Ryo-N7 closed 1 year ago

Ryo-N7 commented 1 year ago

names don't match via 'Export via R' and the data.frame result, probably because JSON doesn't like spaces and adds the .?

image

of course, i can just use the backticks, Cargo del entrevisado and I thiiiink that solves the problem (not sure??) but if I'm just copy-pasting directly from 'Export via R' I will either forget or simply not notice then when I try to 'select' columns I can't find them

akbertram commented 1 year ago

An argument for unique.names ?