Connect and Query (R-SQL)
This is a follow up to the Basic Queries filtering problem.
It is clear Dr. Undómiel appreciates your skill working with large databases and she seems to expect you will maintain your benevolence. (Such is a fair expectation of a true wizard). This time though, she’s looking for some extra detail in her queries. She’s curious if desert rodents are dimorphic in size.
- Download a new copy of the Portal database.
- Connect to
portal_mammals.sqliteusing theRSQLitepackage. - Start by reminding yourself about which tables are in the database using
dbListTables() - Then remind yourself of the fields in the
surveysandplotstables usingdbListFields(). - Select and print out the average hind foot length and average weight of:
- all Dipodomys spectabilis individuals on the control plots
- male D. spectabilis on the control plots
- female D. spectabilis on the control plots