# NOT RUN {
# Normalize a set of links
links<-c("http://www.twitter.com/share?url=http://glofile.com/page.html",
         "/finance/banks/page-2017.html",
         "./section/subscription.php",
         "//section/",
         "www.glofile.com/home/",
         "glofile.com/sport/foot/page.html",
         "sub.glofile.com/index.php",
         "http://glofile.com/page.html#1"
                   )
links<-LinkNormalization(links,"http://glofile.com" )
# }
Run the code above in your browser using DataLab