Skip to content

Commit

Permalink
Added all the files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Deschamps committed May 5, 2017
1 parent af2a0db commit 744f11f
Show file tree
Hide file tree
Showing 30 changed files with 651,782 additions and 5 deletions.
19 changes: 14 additions & 5 deletions descriptor/create_graphs_in_R.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,29 @@
},
{
"cell_type": "code",
"execution_count": 53,
"execution_count": 55,
"metadata": {},
"outputs": [],
"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)”"
]
}
],
"source": [
"\n",
"# Grab the data files\n",
"filepath = '/data/links/'\n",
"\n",
"# Change the following file to the \n",
"file = 'WINNIPEG_racism_in_winnipeg'\n",
"file = 'WINNIPEG_uofw_website'\n",
"# ^^^^^^^^^^^^^^^^^^^^^^^^^^ <- Change to the file name you want. Leave out \"-links.txt\"\n",
"\n",
"suffix = '-links.txt'\n",
"file2 = 'WINNIPEG_truth_reconciliation'\n",
"file2 = 'WAHR_panamapapers'\n",
"# ^^^^^^^^^^^^^^^^^^^^^^^^^^ <- Change to the file name you want. Leave out \"-links.txt\"\n",
"\n",
"\n",
Expand Down Expand Up @@ -319,7 +328,7 @@
},
{
"cell_type": "code",
"execution_count": 54,
"execution_count": 56,
"metadata": {},
"outputs": [],
"source": [
Expand Down
Loading

0 comments on commit 744f11f

Please sign in to comment.