我想编写一个静默返回的R函数,就像我从barplot函数中得到的那样.
barplot
我的意思是,如果我这样做output = myfunction(),我可以将输出存储在变量中,但如果我只是使用,则不会打印此输出myfunction().
output = myfunction()
myfunction()
r return
r ×1
return ×1