duncanwerner
duncanwerner
If you need it now, you can get it out of the environment -- but this returns a string. ```R > Sys.getenv("BERT_VERSION") [1] "2.2.1" ```
That shouldn't actually be possible, but if pyxll does it then I guess it is. Do they use some sort of look-up table? Let me ask you this: what shows...
Interesting. That is (basically) a lookup. It does require some knowledge on the part of the functions (i.e. specifying argument type and return type), which is unfortunate -- meaning you...
I'm not sure what level of integration is possible (I haven't looked at it in a while) but I will put it on the roadmap for v2. Also you just...
Regarding the second question, "The file and format...", that is because for some reason Excel is trying to load a 64-bit add-in in a 32-bit process (you are using 32-bit...
We used to have a facility for that, but we dropped it because we thought no one was using it. The alternative is to do exactly what you describe, create...
Are you asking to disable wrapping in the console?
The nested arrays are unintentional, that probably arose as part of simplifying some of the type conversion code. The next version is a complete rewrite and I can confirm that...
Do you want row/column names in a returned frame? We go back and forth on this.
In general, use F1 to see the command palette, and search for what you want. Although there's an option for block comments, that won't work for R because R doesn't...