Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIn pivot tables, issue with column names containing dots #81
Comments
|
Thanks for the compliment and the report @dcomtois. I just pushed a fix which will leave the input variable names unchanged but will "fix" other column names as needed
|
|
Seems to be working fine now @dcomtois. If you have any additional issues please open another. To get the latest version with radiant with the fix (not yet on CRAN) use the commands below:
|
First, let me congratulate you for this outstanding application. I'm really impressed!
I noticed that when creating a Pivot which uses a grouping variable having a
.in its name, we get an error message.For instance, if I create a copy of
iris$Speciescallediris$iris.Species:iris$iris.species <- iris$Species... I get the following error message when creating the pivot table using
iris.Speciesas grouping variable:Most likely has to do with the use of
fix_names(), which replaces '.' with '_'.