| db_results | R Documentation | 
Loads the water quality data from the Result table merged with Visit table
db_results(ch, ...)
| ch | Open connection handle to database | 
| ... | Additional arguments passed to db_table() | 
Data frame of water quality data containing visit information
ch <- db_connect("D:/Dropbox/Work/mystic/db/MysticDB_20160208.accdb")
wq <- db_results(ch)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.