GitHub Viewer
From 26d5686d4a2516e105b9e80c3f126617a98992d0 Mon Sep 17 00:00:00 2001
From: Anders Riutta
Date: Thu, 8 Oct 2015 18:33:17 -0700
Subject: [PATCH] Update Getting and Cleaning Data Course Notes.Rmd
`con`, not `db`
---
3_GETDATA/Getting and Cleaning Data Course Notes.Rmd | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/3_GETDATA/Getting and Cleaning Data Course Notes.Rmd b/3_GETDATA/Getting and Cleaning Data Course Notes.Rmd
index ad298f3..122ca4f 100644
--- a/3_GETDATA/Getting and Cleaning Data Course Notes.Rmd
+++ b/3_GETDATA/Getting and Cleaning Data Course Notes.Rmd
@@ -202,16 +202,16 @@ $\pagebreak$
* free/widely used open sources database software, widely used for Internet base applications
* each row = record
* data are structured in databases $\rightarrow$ series tables (dataset) $\rightarrow$ fields (columns in dataset)
-* `dbConnect(MySQL(), user = "genome", db = "hg19", host = "genome-mysql.cse.ucsc.edu)` = open a connection to the database
+* `con