运行 ❯
获取
您的
自己的网站
×
更改方向
更改主题,浅色/深色
转到 Spaces
my_function <- function(x) { return (5 * x) } print(my_function(3)) print(my_function(5)) print(my_function(9))
[1] 15
[1] 25
[1] 45