Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
which command will print the dataset"mtcars" in ascending order of their milage
Home
Data Handling using R
which command will print the dataset"mtcars" in ascending order of their milage
asked
Jun 6, 2019
in
Data Handling using R
by
tempuser
which command will print the dataset"mtcars" in ascending order of their milage
#datahandling
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 6, 2019
by
tempuser
mtcars[order(mtcars$mpg),]
...