ghdc/p.R
2024-10-23 16:30:58 +08:00

8 lines
117 B
R

#!/usr/bin/env Rscript
# 获取命令行参数
args <- commandArgs(trailingOnly = TRUE)
# 打印参数
print(args)