With so little information, one can only guess.

I would guess your .sql files contain "scripts" written in the SQL
language, in which case you will need some local database support to help
you run those scripts in whatever database has the data. Perhaps the
scripts will output csv files.

If it turns out that you need "run" the SQL scripts from within R, then
I'd suggest asking for help on R-sig-db.

-Don

-- 
Don MacQueen

Lawrence Livermore National Laboratory
7000 East Ave., L-627
Livermore, CA 94550
925-423-1062





On 4/25/13 9:09 AM, "Ignacio Martinez" <ignaci...@gmail.com> wrote:

>Hi,
>
>The data for my new project are in a bunch of .sql files, instead of the
>clasic csv files that I'm used to work with.
>
>Could someone explain to me how to read these files into R?
>
>Thanks,
>
>-Ignacio
>
>       [[alternative HTML version deleted]]
>
>______________________________________________
>R-help@r-project.org mailing list
>https://stat.ethz.ch/mailman/listinfo/r-help
>PLEASE do read the posting guide
>http://www.R-project.org/posting-guide.html
>and provide commented, minimal, self-contained, reproducible code.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to