Hello I am coding R and would like to be able to fold function In R I code function like this:
myFnName <- function(some, args){
#some description or not
some code
}
My question is how can I code a function that will fole the function like automatically when hitting some key even inside the function. I know I can set fdm=manual
but then I have to do it on the 100's of function I have.
myFnName <- function(some, args){
+----------------