Normally we import csv/text files then convert to XDF
https://gist.github.com/449a33b2b1c88d042b64035959de5471
https://gist.github.com/82e677917971e6291eb5d8dc002ae9bf
##ODBC
- Either as a table or a query
- Table
- Import the entire thing and process it into a variable like iris
- Query
- Run a query on the database and then use the generated data frame from that
Summaries allow you to summarise data.
https://gist.github.com/82b8d960197587d0910ed31d7b72af4f
Groups by a certain factor and then displays in table/grid form
Defaults for RxCrossTabs and Rx Cube?
- RxCrossTab will give sum as default
- RxCube will give mean as default