tiobeindexr

Build Status

Description

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/

Overview

This R package includes the following functions:

Installation

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)

Example

library(tiobeindexr)

# current verison
packageVersion("tiobeindexr")

Extract Top 20 Programming Languages

top_20()

Extract Top 50 Programming Languages

tail(top_50())

Get Long Term History Programming Index Table

long_term_history()

Get Hall of Fame Table

hall_of_fame()

Courtesy

The data available in the package is programmatically extracted from TIOBE Index



amrrs/tiobeindexr documentation built on May 30, 2019, 6:25 a.m.