#Create a connector
connector <- wiki_con(language = "en", project = "wikipedia")
#Retrieve the categories associated with the article "Kidnapping in the United Kingdom"
wiki_pagecats(con = connector, pages = "Kidnapping in the United Kingdom", properties = "hidden")
Run the code above in your browser using DataLab