Login
Remember
Register
Ask a Question
which comand can be used to import data from xlsx file in R
0
votes
asked
Jun 7, 2019
in
Data Handling using R
by
tempuser
which command can be used to import data from xlsx file in R
#datahandling
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 7, 2019
by
tempuser
read.table()
...