README.md

pastax

Lifecycle:
experimental

The goal of the pastax package is to scrape data for the “PASTAX” project and provide easy access to it.

Analysts should not need this package. This package is a low-level, and developer-oriented; it includes a lot of code and dependencies. If you only want to access the data for the PASTAX project use instead the package pastax.data.

Installation

You can install the development version of pastax with:

# install.packages("devtools")
devtools::install_github("2DegreesInvesting/pastax")

Example

library(pastax)

esa_sme

Registered SME list.

esa_sme
#> # A tibble: 2,917 × 23
#>    page_id details_id name              country_of_regi… entity_type entity_size
#>    <chr>   <chr>      <chr>             <chr>            <chr>       <chr>      
#>  1 1       59569      (GovEd Ltd) Impe… GB-United Kingd… Company     TBD        
#>  2 1       86159      10 10 ONE OBJECT… IT-Italy         Company     TBD        
#>  3 1       128365     11tensors         GR-Greece        Company     TBD        
#>  4 1       68356      12G Flight Syste… SE-Sweden        Company     TBD        
#>  5 1       128211     1D works UG       DE-Germany       Company     TBD        
#>  6 1       86542      1POINT61          BE-Belgium       Company     TBD        
#>  7 1       129014     1st-Relief GmbH   AT-Austria       Company     TBD        
#>  8 1       70734      21 Robots         EE-Estonia       Company     TBD        
#>  9 1       83933      221e              IT-Italy         Company     TBD        
#> 10 1       85134      27G-Technology L… HU-Hungary       Company     TBD        
#> # … with 2,907 more rows, and 17 more variables: esastar_status <chr>,
#> #   description <chr>, entity_id <chr>, nationality_desc <chr>,
#> #   entity_code <chr>, entity_vat_number <chr>, entity_sme_status <chr>,
#> #   entity_type_desc <chr>, entity_size_desc <chr>, address <chr>,
#> #   number <chr>, city <chr>, postal_code <chr>, phone <chr>, entity_fax <chr>,
#> #   entity_mail <chr>, entity_web_site <chr>

Thanks

@cjyetman.



2DegreesInvesting/pastax documentation built on Feb. 12, 2022, 7:46 a.m.