In R:
I tried to make a list of dataframes arrayed by the names of dataframes (p_text_tm_list_1
, p_text_tm_list_2
, ..., p_text_tm_list_892
)
by using loop (for i in 1:892)
but the result of that codes was arrayed by binary (1,10,100,101...) system as you can see in the second captured console screen.
Why was the result arrayed by binary system?
How can I array the dataframe in decimal system?
Thanks for reading.