So I have a dataset in phpmyadmin and wanted to know how I would display the first 10 rows of the file into rstudio. I'm using the file mtcars and wants to get the first 10 rows and display in rstudio. I'm already connected to the database through local host. Any example queries thanks. I thiught of using everything() but obv that displays the whole dataset and not 10
↧
Using the dplyr package in Rstudio to display the first 10 rows of a dataset which is in phpmyadmin
↧