📜  在 - R 编程语言代码示例中返回数据集的名称

📅  最后修改于: 2022-03-11 14:51:59.214000             🧑  作者: Mango

代码示例1
# in r
a <- data.frame()
deparse(substitute(a))