knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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

Thanks

@cjyetman.



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