I have file my_request_result.sql
which contains data (a lot of rows) exported from SQL phpmyadmin interface. The file contains only one table.
Now I want to read this data in R. Which libraries and commandands should I use to import data frame from this file.
I found out that .sql
file extention is used also to save SQL queries like "SELECT * FROM ". My file contains real data not queries.