使用cols_only仅读取列的子集的read_sas(haven软件包)中的错误消息

时间:2018-11-03 20:09:14

标签: r sas r-haven

我正在使用避风港软件包的read_sas导入SAS数据集。但是,我只想包含一列列。我的数据集包含613,124个观测值和189个变量。但是,我似乎没有正确使用“ cols_only”参数。我的代码中的错误在哪里?

df <- read_sas("~/table1.sas7bdat",cols_only = c("ID","Date"))

Error in read_sas("~/table1.sas7bdat", cols_only = c("ID",  : unused argument (cols_only = c("ID", "Date"))

0 个答案:

没有答案