Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Ask a Question
which comand can be used to import data from xlsx file in R
Home
Data Handling using R
which comand can be used to import data from xlsx file in R
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
1
Answer
0
votes
answered
Jun 7, 2019
by
tempuser
read.table()
Related questions
0
votes
which package is used to import data from SQL server to R
asked
Jun 7, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
Which package is used to import data from a SQL server to R?
asked
May 27, 2019
in
Data Handling
by
tempuser
#datahandling
DataHandling-questions-answers
0
votes
which of the following function can be used to create a dataframe in R
asked
Jun 6, 2019
in
Data Handling using R
by
tempuser
#datahandling
+2
votes
Which command can be used to import text files in R
asked
May 27, 2019
in
Data Handling
by
tempuser
#datahandling
DataHandling-questions-answers
0
votes
Which of the following functions can be used to find the number or rows and columns in a dataset?
asked
Jun 7, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
which function can be used wheb a vector needs to be split into groups_
asked
Jun 6, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
By default R stores strings in data frames as:
asked
Jun 6, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
Import Data into R: Read CSV, Excel, SPSS, Stata, SAS Files
asked
Nov 13, 2019
in
R Language
by
MBarbieri
#datahandling
#r-programming
#r-question-answer
+1
vote
The function write.csv() exports data into a file. However, this function by default adds rownames to the file. Which argument can be used to turn off addition of rownames?
asked
May 27, 2019
in
Data Handling
by
tempuser
#datahandling
DataHandling-questions-answers
0
votes
The functions write.c() exports data into file
asked
Jun 7, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
What is the average mileage(mpg) of 6 cylinder, manual transmission cars in the R built-in dataset "mtcars"
asked
Jun 6, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
What is the average horsepower of 4 gear, automatic transmission cars in the R built-in dataset "mtcars"
asked
Jun 6, 2019
in
Data Handling using R
by
tempuser
#datahandling
+1
vote
Which Semantic element is best suitable for content like blog post that is self contained, independent and can be republished
asked
Jun 6, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
Data table is mainly used for aggregation
asked
Jun 6, 2019
in
Data Handling using R
by
tempuser
#datahandling
0
votes
If x and y are two tbls, which of the following joins return all rows from x where there are not matching values in y, keeping just columns from x?
asked
Jun 7, 2019
in
Data Handling using R
by
tempuser
#datahandling
...