Skip to content

Commit

Permalink
comment out figure
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed Feb 8, 2018
1 parent 3209c80 commit 358eea5
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions jupyter_example_notebook_in_R.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"# Run query and assign the results to a DataFrame\n",
Expand Down Expand Up @@ -843,8 +845,8 @@
"\n",
"# Uncomment for pretty graph\n",
"## if(!(\"sjPlot\" %in% installed.packages())) { install.packages(\"sjPlot\")}\n",
" library(sjPlot)\n",
" sjp.glm(simple.glm)\n"
"## library(sjPlot)\n",
"## sjp.glm(simple.glm)\n"
]
},
{
Expand Down Expand Up @@ -1184,7 +1186,9 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
},
Expand Down Expand Up @@ -1212,7 +1216,7 @@
"mimetype": "text/x-r-source",
"name": "R",
"pygments_lexer": "r",
"version": "3.3.1"
"version": "3.4.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 358eea5

Please sign in to comment.