Term-based text-Mining of the 'PubMed' repository. Requires internet access!
The function takes vectors of string as term sets for fix-terms (research topic focus) and pub-terms (terms which can pivot around your research focus).
Install the function with devtools::install_github("Moshkante/pubmed_mining")
or simply via CRAN with install.packages("PubMedMining")
.
Mining results are given in text format with pointwise mutual information ('PMI'-score) and related article titles and publishing years.
More features will be added in the next version.
Example:
fixterms = "bike" #or multiple terms
pubterms = c("dangerous", "extreme")
output = getwd() #or "YOUR/DESIRED/PATHWAY"
pubmed_textmining(fixterms, pubterms, output)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.