Is there any package for R that allows querying Wikipedia (most probably using Mediawiki API) to get list of available articles relevant to such query, as well as import selected articles for text mining?
Is there any package for R that allows querying Wikipedia (most probably using Mediawiki
Share
Use the
RCurlpackage for retreiving info, and theXMLorRJSONIOpackages for parsing the response.If you are behind a proxy, set your options.
Use the
getFormfunction to access the API.Parse the results.