This function is used to scrape web links from a website.

weblink_scrap(link, contain = NULL, case_sensitive = FALSE, askRobot = FALSE)

Arguments

link

the link of the web page to scrape

contain

filter the web links according to the character string provided.

case_sensitive

logical. Should the contain argument be case sensitive ? defaults to FALSE

askRobot

logical. Should the function ask the robots.txt if we're allowed or not to scrape the web page ? Default is FALSE.

Value

a character vector.

Examples

# \donttest{ # Extracting the web links within the World Bank research and publications page link <- "https://www.worldbank.org/en/research" weblink_scrap(link)# }
#> [1] "https://www.worldbank.org/en/about/legal/privacy-notice" #> [2] "#main" #> [3] "https://www.worldbank.org" #> [4] "/en/who-we-are" #> [5] "/en/what-we-do" #> [6] "/en/where-we-work" #> [7] "/en/understanding-poverty" #> [8] "/en/work-with-us" #> [9] "https://www.worldbank.org/en/news" #> [10] "https://www.worldbank.org/en/who-we-are/news/coronavirus-covid19" #> [11] "/en/who-we-are" #> [12] "https://www.worldbank.org/en/about/what-we-do" #> [13] "https://www.worldbank.org/en/about/leadership" #> [14] "https://www.worldbank.org/en/about/partners" #> [15] "https://www.worldbank.org/en/about/history" #> [16] "https://openknowledge.worldbank.org/handle/10986/16093" #> [17] "https://www.worldbank.org/en/about/archives" #> [18] "https://www.worldbank.org/en/about/annual-report" #> [19] "https://www.worldbank.org/en/access-to-information" #> [20] "https://scorecard.worldbank.org/" #> [21] "https://www.worldbank.org/en/about/unit/integrity-vice-presidency" #> [22] "https://www.inspectionpanel.org/" #> [23] "https://www.worldbank.org/en/projects-operations/products-and-services/grievance-redress-service" #> [24] "https://ieg.worldbankgroup.org/" #> [25] "https://www.cao-ombudsman.org/" #> [26] "https://policies.worldbank.org/sites/PPF3/Pages/PPFHome.aspx" #> [27] "https://www.worldbank.org/en/about/president" #> [28] "https://www.worldbank.org/en/about/leadership/governors" #> [29] "https://www.worldbank.org/en/about/leadership/directors" #> [30] "https://www.worldbank.org/en/about/leadership/managers" #> [31] "https://www.worldbank.org/en/about/people/all" #> [32] "https://www.worldbank.org/en/news" #> [33] "/en/what-we-do" #> [34] "https://projects.worldbank.org" #> [35] "https://projects.worldbank.org/country?lang=en&page=" #> [36] "https://projects.worldbank.org/sector?lang=en&page=" #> [37] "https://projects.worldbank.org/theme?lang=en&page=" #> [38] "https://www.worldbank.org/en/projects-operations/country-strategies" #> [39] "https://www.worldbank.org/en/projects-operations/environmental-and-social-policies" #> [40] "https://www.worldbank.org/en/projects-operations/products-and-services/procurement-projects-programs" #> [41] "https://www.worldbank.org/en/results" #> [42] "https://www.worldbank.org/en/publication/human-capital" #> [43] "https://www.worldbank.org/en/who-we-are/news/campaigns/2020/peoplepeaceprosperity" #> [44] "https://www.worldbank.org/en/research" #> [45] "https://data.worldbank.org/" #> [46] "https://olc.worldbank.org/" #> [47] "https://www.worldbank.org/en/topic" #> [48] "https://openknowledge.worldbank.org/" #> [49] "https://www.worldbank.org/en/projects-operations/products-and-services" #> [50] "https://treasury.worldbank.org/" #> [51] "/en/where-we-work" #> [52] "https://www.worldbank.org/en/where-we-work/afghanistan" #> [53] "https://www.worldbank.org/en/where-we-work/albania" #> [54] "https://www.worldbank.org/sq/country/albania" #> [55] "https://www.worldbank.org/en/where-we-work/algeria" #> [56] "https://www.banquemondiale.org/fr/country/algeria" #> [57] "https://www.albankaldawli.org/ar/country/algeria/ar" #> [58] "https://www.worldbank.org/en/where-we-work/angola" #> [59] "https://www.worldbank.org/pt/country/angola" #> [60] "https://www.worldbank.org/en/where-we-work/caribbean" #> [61] "https://www.worldbank.org/en/where-we-work/argentina" #> [62] "https://www.bancomundial.org/es/country/argentina" #> [63] "https://www.worldbank.org/en/where-we-work/armenia" #> [64] "https://www.worldbank.org/en/where-we-work/austria" #> [65] "https://www.worldbank.org/en/where-we-work/azerbaijan" #> [66] "https://www.worldbank.org/en/region/mena/brief/gcc" #> [67] "https://www.worldbank.org/en/where-we-work/bangladesh" #> [68] "https://www.worldbank.org/en/where-we-work/belarus" #> [69] "https://www.vsemirnyjbank.org/ru/country/belarus" #> [70] "https://www.worldbank.org/en/where-we-work/belgium" #> [71] "https://www.banquemondiale.org/fr/country/belgium" #> [72] "https://www.worldbank.org/en/where-we-work/caribbean" #> [73] "https://www.worldbank.org/en/where-we-work/benin" #> [74] "https://www.banquemondiale.org/fr/country/benin" #> [75] "https://www.worldbank.org/en/where-we-work/bhutan" #> [76] "https://www.worldbank.org/en/where-we-work/bolivia" #> [77] "https://www.bancomundial.org/es/country/bolivia" #> [78] "https://www.worldbank.org/en/where-we-work/bosniaandherzegovina" #> [79] "https://www.worldbank.org/en/where-we-work/botswana" #> [80] "https://www.worldbank.org/en/where-we-work/brazil" #> [81] "https://www.worldbank.org/pt/country/brazil" #> [82] "https://www.worldbank.org/en/where-we-work/bulgaria" #> [83] "https://www.worldbank.org/bg/country/bulgaria" #> [84] "https://www.worldbank.org/en/where-we-work/burkinafaso" #> [85] "https://www.banquemondiale.org/fr/country/burkinafaso" #> [86] "https://www.worldbank.org/en/where-we-work/burundi" #> [87] "https://www.banquemondiale.org/fr/country/burundi" #> [88] "https://www.worldbank.org/en/where-we-work/caboverde" #> [89] "https://www.worldbank.org/pt/country/caboverde" #> [90] "https://www.worldbank.org/en/where-we-work/cambodia" #> [91] "https://www.worldbank.org/km/country/cambodia" #> [92] "https://www.worldbank.org/en/where-we-work/cameroon" #> [93] "https://www.banquemondiale.org/fr/country/cameroon" #> [94] "https://www.worldbank.org/en/where-we-work/canada" #> [95] "https://www.banquemondiale.org/fr/country/canada" #> [96] "https://www.worldbank.org/en/where-we-work/centralafricanrepublic" #> [97] "https://www.banquemondiale.org/fr/country/centralafricanrepublic" #> [98] "https://www.worldbank.org/en/where-we-work/chad" #> [99] "hhttps://www.banquemondiale.org/fr/country/chad" #> [100] "https://www.worldbank.org/en/where-we-work/chile" #> [101] "https://www.bancomundial.org/es/country/chile" #> [102] "https://www.worldbank.org/en/where-we-work/china" #> [103] "https://www.shihang.org/zh/country/china" #> [104] "https://www.worldbank.org/en/where-we-work/colombia" #> [105] "https://www.bancomundial.org/es/country/colombia" #> [106] "https://www.worldbank.org/en/where-we-work/comoros" #> [107] "https://www.banquemondiale.org/fr/country/comoros" #> [108] "https://www.worldbank.org/en/where-we-work/drc" #> [109] "https://www.banquemondiale.org/fr/country/drc" #> [110] "https://www.worldbank.org/en/where-we-work/congo" #> [111] "https://www.banquemondiale.org/fr/country/congo" #> [112] "https://www.worldbank.org/en/where-we-work/costarica" #> [113] "https://www.bancomundial.org/es/country/costarica" #> [114] "https://www.worldbank.org/en/where-we-work/cotedivoire" #> [115] "https://www.banquemondiale.org/fr/country/cotedivoire" #> [116] "https://www.worldbank.org/en/where-we-work/croatia" #> [117] "https://www.worldbank.org/en/where-we-work/centraleuropeandthebaltics" #> [118] "https://www.worldbank.org/en/where-we-work/denmark" #> [119] "https://www.worldbank.org/en/where-we-work/djibouti" #> [120] "https://www.worldbank.org/en/where-we-work/caribbean" #> [121] "https://www.worldbank.org/en/where-we-work/dominicanrepublic" #> [122] "https://www.bancomundial.org/es/country/dominicanrepublic" #> [123] "https://www.worldbank.org/en/where-we-work/ecuador" #> [124] "https://www.bancomundial.org/es/country/ecuador" #> [125] "https://www.worldbank.org/en/where-we-work/egypt" #> [126] "https://www.albankaldawli.org/ar/country/egypt" #> [127] "https://www.worldbank.org/en/where-we-work/elsalvador" #> [128] "https://www.bancomundial.org/es/country/elsalvador" #> [129] "https://www.worldbank.org/en/where-we-work/equatorialguinea" #> [130] "https://www.worldbank.org/en/where-we-work/eritrea" #> [131] "https://www.worldbank.org/en/where-we-work/centraleuropeandthebaltics" #> [132] "https://www.worldbank.org/en/where-we-work/ethiopia" #> [133] "https://www.worldbank.org/en/where-we-work/westerneurope" #> [134] "https://www.worldbank.org/en/where-we-work/pacificislands" #> [135] "https://www.worldbank.org/en/where-we-work/finland" #> [136] "https://www.worldbank.org/en/where-we-work/france" #> [137] "https://www.banquemondiale.org/fr/country/france" #> [138] "https://www.worldbank.org/en/where-we-work/gabon" #> [139] "https://www.banquemondiale.org/fr/country/gabon" #> [140] "https://www.worldbank.org/en/where-we-work/gambia" #> [141] "https://www.worldbank.org/en/where-we-work/georgia" #> [142] "https://www.worldbank.org/en/where-we-work/germany" #> [143] "https://www.worldbank.org/en/where-we-work/ghana" #> [144] "https://www.worldbank.org/en/where-we-work/greece" #> [145] "https://www.worldbank.org/en/where-we-work/caribbean" #> [146] "https://www.worldbank.org/en/where-we-work/guatemala" #> [147] "https://www.bancomundial.org/es/country/guatemala" #> [148] "https://www.worldbank.org/en/where-we-work/guinea" #> [149] "https://www.banquemondiale.org/fr/country/guinea" #> [150] "https://www.worldbank.org/en/where-we-work/guineabissau" #> [151] "https://www.worldbank.org/pt/country/guineabissau" #> [152] "https://www.worldbank.org/en/where-we-work/caribbean" #> [153] "https://www.worldbank.org/en/where-we-work/haiti" #> [154] "https://www.banquemondiale.org/fr/country/haiti" #> [155] "https://www.worldbank.org/en/where-we-work/honduras" #> [156] "https://www.bancomundial.org/es/country/honduras" #> [157] "https://www.worldbank.org/en/where-we-work/centraleuropeandthebaltics" #> [158] "https://www.worldbank.org/en/where-we-work/iceland" #> [159] "https://www.worldbank.org/en/where-we-work/india" #> [160] "https://www.worldbank.org/hi/country/india" #> [161] "https://www.worldbank.org/en/where-we-work/indonesia" #> [162] "https://www.worldbank.org/in/country/indonesia" #> [163] "https://www.worldbank.org/en/where-we-work/iran" #> [164] "https://www.worldbank.org/en/where-we-work/iraq" #> [165] "https://www.albankaldawli.org/ar/country/iraq" #> [166] "https://data.worldbank.org/country/israel" #> [167] "https://www.worldbank.org/en/where-we-work/italy" #> [168] "https://www.worldbank.org/en/where-we-work/jamaica" #> [169] "https://www.worldbank.org/en/where-we-work/japan" #> [170] "https://www.worldbank.org/ja/country/japan" #> [171] "https://www.worldbank.org/en/where-we-work/jordan" #> [172] "https://www.albankaldawli.org/ar/country/jordan" #> [173] "https://www.worldbank.org/en/where-we-work/kazakhstan" #> [174] "https://www.vsemirnyjbank.org/ru/country/kazakhstan" #> [175] "https://www.worldbank.org/en/where-we-work/kenya" #> [176] "https://www.worldbank.org/en/where-we-work/pacificislands" #> [177] "https://www.worldbank.org/en/where-we-work/korea" #> [178] "https://www.worldbank.org/en/where-we-work/kosovo" #> [179] "https://www.worldbank.org/en/region/mena/brief/gcc" #> [180] "https://www.worldbank.org/en/where-we-work/kyrgyzrepublic" #> [181] "https://www.vsemirnyjbank.org/ru/country/kyrgyzrepublic" #> [182] "https://www.worldbank.org/en/where-we-work/lao" #> [183] "https://www.worldbank.org/en/where-we-work/centraleuropeandthebaltics" #> [184] "https://www.worldbank.org/en/where-we-work/lebanon" #> [185] "https://www.albankaldawli.org/ar/country/lebanon" #> [186] "https://www.worldbank.org/en/where-we-work/lesotho" #> [187] "https://www.worldbank.org/en/where-we-work/liberia" #> [188] "https://www.worldbank.org/en/where-we-work/libya" #> [189] "https://www.albankaldawli.org/ar/country/libya" #> [190] "https://www.worldbank.org/en/where-we-work/centraleuropeandthebaltics" #> [191] "https://www.worldbank.org/en/where-we-work/luxembourg" #> [192] "https://www.banquemondiale.org/fr/country/luxembourg" #> [193] "https://www.worldbank.org/en/where-we-work/macedonia" #> [194] "https://www.worldbank.org/mk/country/macedonia" #> [195] "https://www.worldbank.org/en/where-we-work/madagascar" #> [196] "https://www.banquemondiale.org/fr/country/madagascar" #> [197] "https://www.worldbank.org/en/where-we-work/malawi" #> [198] "https://www.worldbank.org/en/where-we-work/malaysia" #> [199] "https://www.worldbank.org/en/where-we-work/maldives" #> [200] "https://www.worldbank.org/en/where-we-work/mali" #> [201] "https://www.banquemondiale.org/fr/country/mali" #> [202] "https://www.worldbank.org/en/where-we-work/pacificislands" #> [203] "https://www.worldbank.org/en/where-we-work/mauritania" #> [204] "https://www.banquemondiale.org/fr/country/mauritania" #> [205] "https://www.worldbank.org/en/where-we-work/mauritius" #> [206] "https://www.banquemondiale.org/fr/country/mauritius" #> [207] "https://www.worldbank.org/en/where-we-work/mexico" #> [208] "https://www.bancomundial.org/es/country/mexico" #> [209] "https://www.worldbank.org/en/where-we-work/pacificislands" #> [210] "https://www.worldbank.org/en/where-we-work/moldova" #> [211] "https://www.worldbank.org/ro/country/moldova" #> [212] "https://www.worldbank.org/en/where-we-work/mongolia" #> [213] "https://www.worldbank.org/mn/country/mongolia" #> [214] "https://www.worldbank.org/en/where-we-work/montenegro" #> [215] "https://www.worldbank.org/en/where-we-work/morocco" #> [216] "https://www.albankaldawli.org/ar/country/morocco" #> [217] "https://www.banquemondiale.org/fr/country/morocco" #> [218] "https://www.worldbank.org/en/where-we-work/mozambique" #> [219] "https://www.worldbank.org/pt/country/mozambique" #> [220] "https://www.worldbank.org/en/where-we-work/myanmar" #> [221] "https://www.worldbank.org/en/where-we-work/namibia" #> [222] "https://www.worldbank.org/en/where-we-work/nepal" #> [223] "https://www.worldbank.org/en/where-we-work/netherlands" #> [224] "https://www.worldbank.org/en/where-we-work/nicaragua" #> [225] "https://www.bancomundial.org/es/country/nicaragua" #> [226] "https://www.worldbank.org/en/where-we-work/niger" #> [227] "https://www.banquemondiale.org/fr/country/niger" #> [228] "https://www.worldbank.org/en/where-we-work/nigeria" #> [229] "https://www.worldbank.org/en/where-we-work/norway" #> [230] "https://www.worldbank.org/en/region/mena/brief/gcc" #> [231] "https://www.worldbank.org/en/where-we-work/pakistan" #> [232] "https://www.worldbank.org/en/where-we-work/pacificislands" #> [233] "https://www.worldbank.org/en/where-we-work/panama" #> [234] "https://www.bancomundial.org/es/country/panama" #> [235] "https://www.worldbank.org/en/where-we-work/png" #> [236] "https://www.worldbank.org/en/where-we-work/paraguay" #> [237] "https://www.bancomundial.org/es/country/paraguay" #> [238] "https://www.worldbank.org/en/where-we-work/peru" #> [239] "https://www.bancomundial.org/es/country/peru" #> [240] "https://www.worldbank.org/en/where-we-work/philippines" #> [241] "https://www.worldbank.org/en/where-we-work/poland" #> [242] "https://www.worldbank.org/pl/country/poland" #> [243] "https://www.worldbank.org/en/where-we-work/portugal" #> [244] "https://www.worldbank.org/en/region/mena/brief/gcc" #> [245] "https://www.worldbank.org/en/where-we-work/romania" #> [246] "https://www.worldbank.org/ro/country/romania" #> [247] "https://www.worldbank.org/en/where-we-work/russia" #> [248] "https://www.vsemirnyjbank.org/ru/country/russia" #> [249] "https://www.worldbank.org/en/where-we-work/rwanda" #> [250] "https://www.banquemondiale.org/fr/country/rwanda" #> [251] "https://www.worldbank.org/en/where-we-work/pacificislands" #> [252] "https://www.worldbank.org/en/where-we-work/saotome" #> [253] "https://www.worldbank.org/pt/country/saotome" #> [254] "https://www.worldbank.org/en/where-we-work/senegal" #> [255] "https://www.banquemondiale.org/fr/country/senegal" #> [256] "https://www.worldbank.org/en/where-we-work/serbia" #> [257] "https://www.worldbank.org/en/where-we-work/seychelles" #> [258] "https://www.banquemondiale.org/fr/country/seychelles" #> [259] "https://www.worldbank.org/en/where-we-work/sierraleone" #> [260] "https://www.worldbank.org/en/where-we-work/singapore" #> [261] "https://www.worldbank.org/en/where-we-work/centraleuropeandthebaltics" #> [262] "https://www.worldbank.org/en/where-we-work/centraleuropeandthebaltics" #> [263] "https://www.worldbank.org/en/where-we-work/pacificislands" #> [264] "https://www.worldbank.org/en/where-we-work/somalia" #> [265] "https://www.worldbank.org/en/where-we-work/southafrica" #> [266] "https://www.worldbank.org/en/where-we-work/southsudan" #> [267] "https://www.worldbank.org/en/where-we-work/spain" #> [268] "https://www.bancomundial.org/es/country/spain" #> [269] "https://www.worldbank.org/en/where-we-work/srilanka" #> [270] "https://www.worldbank.org/en/where-we-work/caribbean" #> [271] "https://www.worldbank.org/en/where-we-work/caribbean" #> [272] "https://www.worldbank.org/en/where-we-work/caribbean" #> [273] "https://www.worldbank.org/en/where-we-work/sudan" #> [274] "https://www.worldbank.org/en/where-we-work/caribbean" #> [275] "https://www.worldbank.org/en/where-we-work/swaziland" #> [276] "https://www.worldbank.org/en/where-we-work/sweden" #> [277] "https://www.worldbank.org/en/where-we-work/switzerland" #> [278] "https://www.worldbank.org/en/where-we-work/syria" #> [279] "https://www.albankaldawli.org/ar/country/syria" #> [280] "https://www.worldbank.org/en/where-we-work/tajikistan" #> [281] "https://www.vsemirnyjbank.org/ru/country/tajikistan" #> [282] "https://www.worldbank.org/en/where-we-work/tanzania" #> [283] "https://www.worldbank.org/en/where-we-work/thailand" #> [284] "https://www.worldbank.org/th/country/thailand" #> [285] "https://www.worldbank.org/en/where-we-work/timor-leste" #> [286] "https://www.worldbank.org/en/where-we-work/togo" #> [287] "https://www.banquemondiale.org/fr/country/togo" #> [288] "https://www.worldbank.org/en/where-we-work/pacificislands" #> [289] "https://www.worldbank.org/en/where-we-work/caribbean" #> [290] "https://www.worldbank.org/en/where-we-work/tunisia" #> [291] "https://www.albankaldawli.org/ar/country/tunisia" #> [292] "https://www.banquemondiale.org/fr/country/tunisia" #> [293] "https://www.worldbank.org/en/where-we-work/turkey" #> [294] "https://www.worldbank.org/tr/country/turkey" #> [295] "https://www.worldbank.org/en/where-we-work/turkmenistan" #> [296] "https://www.vsemirnyjbank.org/ru/country/turkmenistan" #> [297] "https://www.worldbank.org/en/where-we-work/pacificislands" #> [298] "https://www.worldbank.org/en/where-we-work/uganda" #> [299] "https://www.worldbank.org/en/where-we-work/ukraine" #> [300] "https://www.worldbank.org/uk/country/ukraine" #> [301] "https://www.worldbank.org/en/region/mena/brief/gcc" #> [302] "https://www.worldbank.org/en/where-we-work/unitedkingdom" #> [303] "https://www.worldbank.org/en/where-we-work/unitedstates" #> [304] "https://www.worldbank.org/en/where-we-work/uruguay" #> [305] "https://www.bancomundial.org/es/country/uruguay" #> [306] "https://www.worldbank.org/en/where-we-work/uzbekistan" #> [307] "https://www.vsemirnyjbank.org/ru/country/uzbekistan" #> [308] "https://www.worldbank.org/en/where-we-work/pacificislands" #> [309] "https://www.worldbank.org/en/where-we-work/venezuela" #> [310] "https://www.bancomundial.org/es/country/venezuela" #> [311] "https://www.worldbank.org/en/where-we-work/vietnam" #> [312] "https://www.worldbank.org/vi/country/vietnam" #> [313] "https://www.worldbank.org/en/where-we-work/westbankandgaza" #> [314] "https://www.albankaldawli.org/ar/country/westbankandgaza" #> [315] "https://www.worldbank.org/en/where-we-work/yemen" #> [316] "https://www.albankaldawli.org/ar/country/yemen" #> [317] "https://www.worldbank.org/en/where-we-work/zambia" #> [318] "https://www.worldbank.org/en/where-we-work/zimbabwe" #> [319] "https://www.worldbank.org/en/region/afr" #> [320] "https://www.worldbank.org/en/region/eap" #> [321] "https://www.worldbank.org/en/region/eca" #> [322] "https://www.worldbank.org/en/region/lac" #> [323] "https://www.worldbank.org/en/region/mena" #> [324] "https://www.worldbank.org/en/region/sar" #> [325] "https://www.worldbank.org/en/where-we-work/eu" #> [326] "https://www.worldbank.org/en/where-we-work/mic" #> [327] "https://www.worldbank.org/en/where-we-work/caribbean" #> [328] "https://www.worldbank.org/en/where-we-work/pacificislands" #> [329] "https://www.worldbank.org/en/where-we-work/smallstates" #> [330] "https://www.worldbank.org/en/where-we-work/gcc" #> [331] "https://www.worldbank.org/en/where-we-work/westerneurope" #> [332] "/en/understanding-poverty" #> [333] "https://data.worldbank.org/" #> [334] "https://data.worldbank.org/country" #> [335] "https://data.worldbank.org/indicator" #> [336] "https://www.worldbank.org/en/research" #> [337] "https://www.worldbank.org/en/topic/climatechange" #> [338] "https://www.worldbank.org/en/topic/poverty" #> [339] "https://www.worldbank.org/en/topic/education" #> [340] "https://www.worldbank.org/en/topic/urbandevelopment" #> [341] "https://www.worldbank.org/en/topic/energy" #> [342] "https://www.worldbank.org/en/topic/trade" #> [343] "https://www.worldbank.org/en/topic/fragilityconflictviolence" #> [344] "https://www.worldbank.org/en/topic/health" #> [345] "https://www.worldbank.org/en/topic" #> [346] "/en/work-with-us" #> [347] "https://www.worldbank.org/en/about/careers" #> [348] "https://www.worldbank.org/en/about/careers/programs-and-internships" #> [349] "https://www.worldbank.org/en/about/partners" #> [350] "https://clientconnection.worldbank.org/servlet/main?menuPK=234032&pagePK=232663&piPK=234033" #> [351] "https://www.worldbank.org/en/about/partners/the-world-bank-group-and-private-sector" #> [352] "https://www.worldbank.org/en/about/corporate-procurement" #> [353] "https://www.worldbank.org/en/about/partners/civil-society" #> [354] "https://consultations.worldbank.org/?map=1" #> [355] "https://www.worldbank.org/en/about/parliamentarians" #> [356] "https://treasury.worldbank.org/en/about/unit/treasury/ibrd" #> [357] "https://treasury.worldbank.org/" #> [358] "https://olc.worldbank.org/" #> [359] "https://www.worldbank.org/en/events" #> [360] "https://live.worldbank.org/" #> [361] "https://www.worldbank.org/en/about/speakers-bureau" #> [362] "https://www.worldbank.org/en/meetings/splash" #> [363] "https://www.worldbank.org/en/about/contacts" #> [364] "https://www.worldbank.org/en/who-we-are/news/coronavirus-covid19" #> [365] "#" #> [366] "/en/understanding-poverty" #> [367] "https://openknowledge.worldbank.org/" #> [368] "https://www.worldbank.org/en/news/feature/2020/10/22/who-on-earth-can-work-from-home-a-global-comparison-sheds-light-on-the-importance-of-ict-infrastructure" #> [369] "https://www.worldbank.org/en/news/feature/2020/10/22/who-on-earth-can-work-from-home-a-global-comparison-sheds-light-on-the-importance-of-ict-infrastructure" #> [370] "https://openknowledge.worldbank.org/handle/10986/34277" #> [371] "https://www.worldbank.org/en/events/2020/06/16/labor-market-impacts-of-covid-19" #> [372] "https://www.worldbank.org/en/news/feature/2020/10/20/tackling-the-impact-of-job-displacement-through-public-policies" #> [373] "https://www.worldbank.org/en/news/feature/2020/10/20/tackling-the-impact-of-job-displacement-through-public-policies" #> [374] "https://openknowledge.worldbank.org/bitstream/handle/10986/33720/Causes-and-Impacts-of-Job-Displacements-and-Public-Policy-Responses.pdf?sequence=1&isAllowed=y" #> [375] "https://www.worldbank.org/en/topic/socialprotection" #> [376] "https://www.worldbank.org/en/country/malaysia/brief/global-knowledge-and-research-hub" #> [377] "https://www.worldbank.org/en/news/video/2020/10/27/the-3rd-joint-imf-oecd-world-bank-conference-on-structural-reforms" #> [378] "https://www.worldbank.org/en/news/video/2020/10/27/the-3rd-joint-imf-oecd-world-bank-conference-on-structural-reforms" #> [379] "https://www.worldbank.org/en/publication/poverty-and-shared-prosperity" #> [380] "https://openknowledge.worldbank.org/" #> [381] "https://openknowledge.worldbank.org/handle/10986/34710" #> [382] "https://openknowledge.worldbank.org/handle/10986/34710" #> [383] "https://openknowledge.worldbank.org/handle/10986/34710" #> [384] "https://openknowledge.worldbank.org/handle/10986/34413" #> [385] "https://openknowledge.worldbank.org/handle/10986/34413" #> [386] "https://openknowledge.worldbank.org/handle/10986/34413" #> [387] "https://openknowledge.worldbank.org/handle/10986/34430" #> [388] "https://openknowledge.worldbank.org/handle/10986/34430" #> [389] "https://openknowledge.worldbank.org/handle/10986/34430" #> [390] "https://openknowledge.worldbank.org/handle/10986/34843" #> [391] "https://openknowledge.worldbank.org/handle/10986/34843" #> [392] "https://openknowledge.worldbank.org/handle/10986/34843" #> [393] "https://openknowledge.worldbank.org/handle/10986/34414" #> [394] "https://openknowledge.worldbank.org/handle/10986/34414" #> [395] "https://openknowledge.worldbank.org/handle/10986/34414" #> [396] "https://openknowledge.worldbank.org/handle/10986/34432" #> [397] "https://openknowledge.worldbank.org/handle/10986/34432" #> [398] "https://openknowledge.worldbank.org/handle/10986/34432" #> [399] "http://newsletters.worldbank.org/newsletters/list.htm" #> [400] "https://documents.worldbank.org/curated/en/docsearch/document-type/620265" #> [401] "https://www.worldbank.org/en/region/afr/research" #> [402] "https://documents.worldbank.org/en/publication/documents-reports/documentlist?admreg_key=119225&srt=docdt&order=desc" #> [403] "https://www.worldbank.org/en/region/eca/research" #> [404] "https://www.worldbank.org/en/region/lac/research" #> [405] "https://www.worldbank.org/en/region/mena/research" #> [406] "https://www.worldbank.org/en/region/sar/research" #> [407] "https://www.worldbank.org/en/topic/agriculture/research" #> [408] "https://www.worldbank.org/en/topic/biodiversity/research" #> [409] "https://www.worldbank.org/en/topic/climatechange/research" #> [410] "https://www.worldbank.org/en/topic/climatefinance/research" #> [411] "https://www.worldbank.org/en/topic/communitydrivendevelopment/research" #> [412] "https://www.worldbank.org/en/topic/competitiveness/research" #> [413] "https://www.worldbank.org/en/topic/debt/research" #> [414] "https://www.worldbank.org/en/topic/disability/research" #> [415] "https://www.worldbank.org/en/topic/disasterriskmanagement/research" #> [416] "https://www.worldbank.org/en/topic/earlychildhooddevelopment/research" #> [417] "https://www.worldbank.org/en/topic/ebola/research" #> [418] "https://www.worldbank.org/en/topic/education/research" #> [419] "https://www.worldbank.org/en/topic/edutech/research" #> [420] "https://www.worldbank.org/en/topic/energy/research" #> [421] "https://www.worldbank.org/en/topic/environment/research" #> [422] "https://web.worldbank.org/WBSITE/EXTERNAL/TOPICS/EXTOGMC/0,,contentMDK:20188239~pagePK:210058~piPK:210062~theSitePK:336930,00.html" #> [423] "https://www.worldbank.org/en/topic/financialinclusion/research" #> [424] "https://www.worldbank.org/en/topic/financialmarketintegrity/research" #> [425] "https://www.worldbank.org/en/topic/financialsector/research" #> [426] "https://www.worldbank.org/en/topic/foodsecurity/research" #> [427] "https://www.worldbank.org/en/topic/forests/research" #> [428] "https://www.worldbank.org/en/topic/fragilityconflictviolence/research" #> [429] "https://www.worldbank.org/en/topic/gender/research" #> [430] "https://www.worldbank.org/en/topic/girlseducation/research" #> [431] "https://www.worldbank.org/en/publication/global-economic-prospects/research" #> [432] "https://www.worldbank.org/en/topic/governance/research" #> [433] "https://www.worldbank.org/en/topic/health/research" #> [434] "https://www.worldbank.org/en/topic/hivandaids/research" #> [435] "https://www.worldbank.org/en/topic/hydropower/research" #> [436] "https://www.worldbank.org/en/topic/indigenouspeoples/research" #> [437] "https://www.worldbank.org/en/topic/isp/research" #> [438] "https://www.worldbank.org/en/topic/ict/research" #> [439] "https://www.worldbank.org/en/topic/irrigationdrainage" #> [440] "https://www.wbginvestmentclimate.org/research" #> [441] "https://www.worldbank.org/en/topic/jobsandpoverty/research" #> [442] "https://www.worldbank.org/en/topic/jobsanddevelopment/research" #> [443] "https://www.worldbank.org/en/topic/labormarkets/research" #> [444] "https://www.worldbank.org/en/topic/lawjusticeanddevelopment/research" #> [445] "https://www.worldbank.org/en/topic/macroeconomics/research" #> [446] "https://www.worldbank.org/en/topic/measuringpoverty/research" #> [447] "https://www.worldbank.org/en/topic/migrationremittancesdiasporaissues/research" #> [448] "https://www.worldbank.org/en/topic/migrationremittancesdiasporaissues/research" #> [449] "https://www.worldbank.org/en/topic/nutrition/research" #> [450] "https://www.worldbank.org/open//research" #> [451] "https://www.worldbank.org/en/topic/pandemics/research" #> [452] "https://www.worldbank.org/en/topic/paymentsystemsremittances/research" #> [453] "https://www.worldbank.org/en/topic/pensions/research" #> [454] "https://www.worldbank.org/en/topic/poverty/research" #> [455] "https://www.worldbank.org/en/topic/primarysecondaryeducation/research" #> [456] "https://www.worldbank.org/en/topic/publicprivatepartnerships" #> [457] "https://www.worldbank.org/en/topic/reproductivematernalchildhealth/research" #> [458] "https://www.worldbank.org/en/topic/safetynets/research" #> [459] "https://www.worldbank.org/en/topic/sanitation/research" #> [460] "https://www.worldbank.org/en/topic/skillsdevelopment/research" #> [461] "https://www.worldbank.org/en/topic/socialdevelopment/research" #> [462] "https://www.worldbank.org/en/topic/sustainabledevelopment/research" #> [463] "https://www.worldbank.org/en/topic/tertiaryeducation/research" #> [464] "https://www.worldbank.org/en/topic/trade/research" #> [465] "https://www.worldbank.org/en/topic/transport/research" #> [466] "https://www.worldbank.org/en/topic/universalhealthcoverage/research" #> [467] "https://www.worldbank.org/en/topic/urbandevelopment/research" #> [468] "https://www.worldbank.org/en/topic/water/research" #> [469] "https://www.worldbank.org/en/topic/waterresourcesmanagement/research" #> [470] "https://www.worldbank.org/en/topic/watersupply/research" #> [471] "https://openknowledge.worldbank.org/handle/10986/1" #> [472] "https://openknowledge.worldbank.org/handle/10986/4" #> [473] "https://openknowledge.worldbank.org/handle/10986/2210" #> [474] "https://openknowledge.worldbank.org/handle/10986/11863" #> [475] "https://openknowledge.worldbank.org/handle/10986/18022" #> [476] "https://openknowledge.worldbank.org/handle/10986/23098" #> [477] "https://openknowledge.worldbank.org/handle/10986/6" #> [478] "https://openknowledge.worldbank.org/handle/10986/8" #> [479] "https://openknowledge.worldbank.org/handle/10986/9387" #> [480] "/en/about/people/c/carmen-reinhart" #> [481] "/en/about/people/c/carmen-reinhart" #> [482] "https://openknowledge.worldbank.org/" #> [483] "https://documents.worldbank.org/en/publication/documents-reports" #> [484] "https://www.worldbank.org/en/about/archives" #> [485] "https://elibrary.worldbank.org" #> [486] "http://external.worldbankimflib.org/external.htm" #> [487] "mailto:pubrights@worldbank.org" #> [488] "https://www.worldbank.org/en/about/unit/unit-dec" #> [489] "https://www.worldbank.org/en/about/unit/unit-dec#4" #> [490] "https://data.worldbank.org/" #> [491] "https://www.worldbank.org/en/research/dime" #> [492] "https://www.doingbusiness.org/en/about-us/global-indicators" #> [493] "https://www.worldbank.org/en/research/publication/how-to-order-world-bank-publications" #> [494] "https://www.amazon.com/s/ref=nb_sb_ss_i_2_10?url=search-alias%3Dstripbooks&field-keywords=world+bank+publications" #> [495] "/content/dam/infographics/780xany/2018/jan/Catalog_Fall_2018.pdf" #> [496] "mailto:books@worldbank.org" #> [497] "https://issuu.com/world.bank.publications/docs/wbg_fall_2020_catalog" #> [498] "https://www.worldbank.org/en/access-to-information" #> [499] "https://documents.worldbank.org/en/publication/documents-reports/documentdetail/992881468337274796/world-bank-open-access-policy-for-formal-publications" #> [500] "https://www.facebook.com/worldbankpublications" #> [501] "https://twitter.com/wb_research" #> [502] "https://twitter.com/wbpubs" #> [503] "https://www.worldbank.org/en/about" #> [504] "https://data.worldbank.org" #> [505] "https://www.worldbank.org/en/research" #> [506] "https://olc.worldbank.org" #> [507] "https://www.worldbank.org/en/news" #> [508] "https://projects.worldbank.org/?lang=en" #> [509] "https://www.worldbank.org/en/where-we-work" #> [510] "https://www.worldbank.org/en/topic" #> [511] "https://www.facebook.com/worldbank" #> [512] "https://www.twitter.com/worldbank" #> [513] "https://www.linkedin.com/company/the-world-bank" #> [514] "https://instagram.com/worldbank/" #> [515] "https://www.youtube.com/user/WorldBank" #> [516] "https://www.flickr.com/photos/worldbank" #> [517] "https://www.bancomundial.org//" #> [518] "https://www.banquemondiale.org//" #> [519] "https://www.albankaldawli.org//" #> [520] "https://www.vsemirnyjbank.org//" #> [521] "https://www.shihang.org//" #> [522] "https://www.worldbank.org/en/language-resources" #> [523] "https://www.worldbank.org/en/about/legal" #> [524] "https://www.worldbank.org/en/about/legal/privacy-notice" #> [525] "https://www.worldbank.org/en/who-we-are/site-accessibility" #> [526] "https://www.worldbank.org/en/access-to-information" #> [527] "https://www.worldbank.org/en/about/careers" #> [528] "https://www.worldbank.org/en/about/contacts" #> [529] "https://wbgcmsprod.microsoftcrmportals.com/en-US/anonymous-users/int-fraud-management/create-new-complaint/" #> [530] "https://www.worldbank.org/" #> [531] "https://www.worldbank.org/en/who-we-are/ibrd" #> [532] "https://ida.worldbank.org/" #> [533] "https://www.ifc.org/" #> [534] "https://www.miga.org/" #> [535] "https://icsid.worldbank.org/"