sql - How can I read a .dump file with R ? -


suppose have .dump file convert data.frame can analyse in r. know sqldf allows use sql commands on data frames can use or package read in .dump files?

this post shows how restore .dump file sql syntax doesn't work in sqldf. of course, have no idea how use sql syntax, fault.

this think syntax should based on post mentioned:

mysql create database mydb; mysql use mydb; mysql source dumpname.dump; 


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -