Guest User

Untitled

a guest
May 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. library(WikipediR)
  2.  
  3. # Retrieve all pages in the "Person_der_Reformation" category on de.wiki
  4. persons <- pages_in_category("de", "wikipedia", categories = "Person_der_Reformation", limit = 500)
  5. persons
  6.  
  7. <api batchcomplete="">
  8. <query>
  9. <categorymembers>
  10. <cm pageid="2720179" ns="0" title="Jacobus Acontius"/>
  11. <cm pageid="1347785" ns="0" title="Sebastian Aitinger"/>
  12. <cm pageid="7892887" ns="0" title="Martial Alba"/>
  13. <cm pageid="2960360" ns="0" title="Albrecht (Nassau-Weilburg)"/>
  14. .....
  15. </categorymembers>
  16. </query>
  17. </api>
Add Comment
Please, Sign In to add comment