This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
####################### | |
# Randomly select N_RAND Wikipedia articles that are up to 3 links away from | |
# a root article, in this case "Educational Technology" | |
# | |
# The purpose is to discover topics you may be interested in | |
# (because they are all linked to a root article that you provide) | |
# that might never cross your path under normal circumstances | |
####################### | |
library(magrittr) | |
library(data.table) |