我正在使用避风港软件包的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"))