Skip to content

Commit

Permalink
More graphmls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Deschamps committed May 5, 2017
1 parent 25e25a5 commit e35ff1b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions descriptor/create_graphs_in_R.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,15 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 13,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"Warning message in (function (..., deparse.level = 1) :\n",
"“number of columns of result is not a multiple of vector length (arg 1)”Warning message:\n",
"“closing unused connection 4 (/data/links/SFU_pkp-links.txt)”"
"Warning message:\n",
"“closing unused connection 4 (/data/links/ALBERTA_energy_environment-links.txt)”"
]
}
],
Expand All @@ -92,11 +91,11 @@
"filepath = '/data/links/'\n",
"\n",
"# Change the following file to the \n",
"file = 'SFU_pkp'\n",
"file = 'ALBERTA_health_sciences_grey_literature'\n",
"# ^^^^^^^^^^^^^^^^^^^^^^^^^^ <- Change to the file name you want. Leave out \"-links.txt\"\n",
"\n",
"suffix = '-links.txt'\n",
"file2 = 'UVIC_University_of_Victoria_Research_Centres_Groups_and_Corporate_Entities'\n",
"file2 = 'DALHOUSIE_Bob_Fournier'\n",
"# ^^^^^^^^^^^^^^^^^^^^^^^^^^ <- Change to the file name you want. Leave out \"-links.txt\"\n",
"\n",
"\n",
Expand Down Expand Up @@ -329,15 +328,15 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 14,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"Warning message:\n",
"“closing unused connection 4 (/data/links/UVIC_University_of_Victoria_Research_Centres_Groups_and_Corporate_Entities-links.txt)”"
"“closing unused connection 4 (/data/links/DALHOUSIE_Bob_Fournier-links.txt)”"
]
}
],
Expand Down

0 comments on commit e35ff1b

Please sign in to comment.