Entering edit mode
11.8 years ago
Assa Yeroslaviz
★
1.9k
Hi,
I would like to know, whether it is possible to read one table into R and use the name of the file also as an object name
This should look some thing like that:
tablename.txt <- read.delim2("tablename.txt", sep="\t")
But I would like to able to assign tablename.txt automatically, without me having to change it each time.
is it possible to do it with assign
?
Thanks
Assa
In case your first file in
list_name
is nottablename.txt
You're right. it was a typing error. I meant that. thanks