Questions tagged [bert-toolkit]

Use this tag if question is related to Basic Excel R Toolkit, calling R functions from Excel. Also add the excel and R tag for a broader audience. Do note: That the bert-rpc tag is another library that normally is not related, hence do not include it.

Basic Excel R Toolkit (BERT) is a toolkit to use R functions from Excel spreadsheet cells.

16 questions
0
votes
1 answer

How to write summary output?

I am trying to get output of Summary() function of R. I want my output in Excel. I have used BERT console to write my R function which calculates summary as below: descriptive <- function(data){ X <- summary(data) return(X) } I am able to run…
1
2