search for: datarram

Displaying 1 result from an estimated 1 matches for "datarram".

Did you mean: datagram
2017 Nov 15
1
Creating a SQL R package
...R. However, most of these commands require querys to be passed as a string. I wish SQL commands could be used more naturally. For example: If I want to select all the columns of a dataframe by limiting the first 10 rows I use the following command: dataframe [1:10,] In SQL would be: Select * from datarrame limit 10. My idea is to ease the transition of people which as I have enough knowledge in SQL, and enable that R can be used as a mysql workbench to execute querys on databases. What do you think? Any tips on where to start? [[alternative HTML version deleted]]