r - Evaluation error: column 1 must be named -


i getting following error when reading column sas data in r

library(haven) sas_temp=read_sas("my_sas_file.sas7bdat",cols_only="bth_dt") 

this produces error

error in df_parse_sas_file(spec_data,spec_cat,encoding=encoding,cols_only=cols_only):  evaluation error: column 1 must named. 

this not happen when read column. there missing out here? how resolve this?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -