Skip to content

news-r/fopi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

50aff58 · Mar 14, 2020

History

16 Commits
Mar 2, 2020
Mar 14, 2020
Mar 14, 2020
Mar 1, 2020
Mar 1, 2020
Mar 5, 2020
Mar 14, 2020
Mar 14, 2020
Mar 2, 2020
Mar 14, 2020
Feb 23, 2020
Feb 23, 2020
Mar 14, 2020
Feb 23, 2020
Mar 14, 2020
Mar 14, 2020
Mar 2, 2020

Repository files navigation

Build status Lifecycle: stable

fopi

fopi contains with dataset, and a RESTful API for the Freedom of Press Index.

API

From R

fopi::run_api()

With docker

docker pull jcoenep/fopi
docker run --rm -p 3000:8000 jcoenep/fopi

Visit http://127.0.0.1:3000/__swagger__/ for swagger docs.

Data

You can access the data with.

data(fopi, package = "fopi")

Or via the deployed API but using the package.

fopi::fopi_get_country("Switzerland")
#> # A tibble: 17 x 5
#>    country     country_code  year  rank score
#>    <chr>       <chr>        <int> <int> <dbl>
#>  1 Switzerland CH            2019     6 10.5 
#>  2 Switzerland CH            2018     5 11.3 
#>  3 Switzerland CH            2017     7 12.1 
#>  4 Switzerland CH            2016     7 11.8 
#>  5 Switzerland CH            2015    20 13.8 
#>  6 Switzerland CH            2014    15 10.5 
#>  7 Switzerland CH            2013    14  9.94
#>  8 Switzerland CH            2012     8 -6.2 
#>  9 Switzerland CH            2010     1  0   
#> 10 Switzerland CH            2009     7  1   
#> 11 Switzerland CH            2008     7  3   
#> 12 Switzerland CH            2007    11  3   
#> 13 Switzerland CH            2006     8  2.5 
#> 14 Switzerland CH            2005     1  0.5 
#> 15 Switzerland CH            2004     1  0.5 
#> 16 Switzerland CH            2003    12  2.5 
#> 17 Switzerland CH            2002    15  4.25

Get it

You can install the development version of fopi from Github with:

# install.packages("remotes")
remotes::install_github("news-r/fopi")

About

🗽Freedom of Press Index

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published