Eduardo G. C. Amaral

Results 7 comments of Eduardo G. C. Amaral

Hi guys, I was having the same problem as you. As BERT doesn't work with more recent versions of R, I had to stop using it. I decided then to...

Thanks for the quick answer. I had already added the following routine to be called from AutoOpen() ``` public void RegisterFunctions() { // There are various options for wrapping and...

Thanks @govert and @maximovicd! I think @maximovicd answered my question. I'll test this code later. By the way, the context of my question is that I'm developing a tool similar...

I tested your code and I got a vector of 3 values returning to the Excel worksheet. Perhaps, your problem is related to how to deal with array formulas in...

Hi Aris, All the documentation currently available is in the spreadsheet below: https://github.com/edugca/xlRcode/blob/master/xlRcode%20-%20Main.xlsx You will note that there is a tab for each function, including one for XLRSCRIPT. This function...

What's exactly your doubt? If you write =XLRCODE("1+1") in a cell and it returns 2, then XLRCODE should be running ok in your machine. The example below =XLRCODE("a+b", "a", 1,...

Thanks a lot for the quick and thorough answer! I tried to implement it and it works I still have to manually set X and Y properties for each annotation....