Extract data from TIOBE Index.
You can install the released version of tiobe from CRAN with:
install.packages("tiobe")
library(tiobe)
# Get top 20 programmings languages
top_20()
# Get top 21—50 programmings languages
top_50()
# Get programming languages hall of fame
hall_of_fame()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.