Giter Club home page Giter Club logo

iso500's Introduction

iso500

R-CMD-check Lifecycle: experimental

The goal of iso500 is to download data for Turkey’s Top 500 Industrial Enterprises.

Installation

You can install iso500 from Github with:

remotes::install_github("emraher/iso500")

Example

There’s only one function in the package, get_iso500(year). You can use this function to download data.

library(iso500)

# Following code will download 2018 data.
iso500_data <- get_iso500(2018)

head(iso500_data)
#> # A tibble: 6 × 107
#>         Id Unvan    Yil Birin…¹ Serma…² Serma…³ Serma…⁴ Serma…⁵ NACEId NACE  NACEKod ISICId ISIC 
#>      <int> <chr>  <int>   <int>   <dbl>   <dbl>   <dbl>   <dbl> <chr>  <chr> <chr>   <chr>  <chr>
#> 1 20181001 TÜPRA…  2018       1       0    51       0      49   19     Kok … "19   … 353    Petr…
#> 2 20181002 Ford …  2018       1       0    41.1    41.0    17.9 29     Moto… "29   … 384    Taşı…
#> 3 20181003 Toyot…  2018       1       0     0     100       0   29     Moto… "29   … 384    Taşı…
#> 4 20181004 Oyak-…  2018       1       0    49      51       0   29     Moto… "29   … 384    Taşı…
#> 5 20181005 Tofaş…  2018       1       0    37.8    37.9    24.3 29     Moto… "29   … 384    Taşı…
#> 6 20181006 Arçel…  2018       1       0    74.8     0      25.2 27     Elek… "27   … 383    Elek…
#> # … with 94 more variables: ISICKod <chr>, FirmaId <int>, EskiTicaretSicilNo <int>,
#> #   WebAdresi <chr>, AktifMi <lgl>, SilindiMi <lgl>, UretimdenSatislar <dbl>,
#> #   AciklamaDurumuUretimdenSatislar <lgl>, AciklamaDurumuUretimdenSatislarOnceki <lgl>,
#> #   UretimdenSatislarGSNo <int>, UretimdenSatislarGSNoOnceki <int>,
#> #   UretimdenSatislarKOSNo <int>, UretimdenSatislarKOSNoOnceki <int>,
#> #   UretimdenSatislarSiraNoString <chr>, UretimdenSatislarSiraNoStringSolSira <chr>,
#> #   UretimdenSatislarKamuOzelSiraNoString <chr>, NetSatislar <dbl>, …

Code of Conduct

Please note that the iso500 project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

iso500's People

Contributors

emraher avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.