Get latest TIOBE Index Tables. The TIOBE Programming Community index is an indicator of the popularity of programming languages from https://www.tiobe.com/tiobe-index/
This R package includes the following functions:
top_20()top_50()long_term_history()hall_of_fame()The stable version of tiobeindexr can be installed from CRAN:
install.packages("tiobeindexr")
And the development version can be installed from github:
devtools::install_github("amrrs/tiobeindexr")
options(width=120)
library(tiobeindexr) # current verison packageVersion("tiobeindexr")
top_20()
tail(top_50())
long_term_history()
hall_of_fame()
The data available in the package is programmatically extracted from TIOBE Index
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.