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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -