Guest User

Untitled

a guest
Nov 21st, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #first i load certain data bases in csv from my path
  2. list.df_names=list.files("D:/my_path",pattern = ".csv")
  3.  
  4. [1] "df1.csv" "df2.csv" "df3.csv"
  5.  
  6. list.df=list(get(list.df_names))
  7. length(list.df)
  8.  
  9. [1] 1
  10.  
  11. list.df.good=list(df1.csv,df2,csv,df3,csv)
  12. lenght(list.df.good)
  13.  
  14. [1] 3
Add Comment
Please, Sign In to add comment