Re: [R] Creating a data table (frame?) from a SQL Statement?

2017-10-24 Thread Jeff Newmiller
a "table" R can work with. > >Does that help fill in the missing pieces? > >Sorry my first posting wasn't this complete. > >Thanks again in advance, > >- M > >Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted >email. > >> ---

Re: [R] Creating a data table (frame?) from a SQL Statement?

2017-10-24 Thread Jeff Newmiller
Your question desperately needs a reproducible example (a.k.a. "reprex"), because you have to be using contributed packages to do any of this. You also need to clarify whether you are intending to access data already in an external database, or are planning to load it using R and manipulate it

[R] Creating a data table (frame?) from a SQL Statement?

2017-10-24 Thread Morkus via R-help
Hello, I'm new to R so this is probably a simple question for somebody. I have an RScript that reads a CSV on the disk using read.table(...). It then does a boxM test using that data. However, I'm now trying to load the same data via an SQL command, but I can't seem to get the data structure