Post #2272739
2025-09-13 19:52 UTC
#RStats #Quarto Question I am reviewing Advanced R function and this
```
my_f <- function(){
#test
return(1)
}
attr(my_f, "srcref")
```
Return the correct output but return NULL in quarto. Idea?
Replies (0)
No replies.