aebdata

R package to download data from Atlas do Estado Brasileiro

https://github.com/ipea/aebdata

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.3%) to scientific vocabulary
Last synced: 7 months ago · JSON representation

Repository

R package to download data from Atlas do Estado Brasileiro

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

README.Rmd

---
output: github_document
---



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

# aebdata


[![R-CMD-check](https://github.com/ipea/aebdata/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ipea/aebdata/actions/workflows/R-CMD-check.yaml)


The package aebdata is part of an effort by the [Atlas do Estado Brasileiro](https://www.ipea.gov.br/atlasestado/) to facilitate people's access to Brazilian data so that anyone can conduct their analysis. The data, available in .csv format within the series, can now be downloaded directly from R.

## Installation

There are three methods to install the aebdata package: one from CRAN and two from [GitHub](https://github.com/):

``` r
# CRAN

install.packages("aebdata")

# GitHub

# The first is a more verbose and human-readable way, using pak:

# install.packages("pak")
pak::pkg_install("ipea/aebdata")

# The second is a lighter and more programmatic version:

# install.packages("remotes")
remotes::install_github("ipea/aebdata")
```

Owner

  • Name: Instituto de Pesquisa Econômica Aplicada (IPEA)
  • Login: ipea
  • Kind: organization

GitHub Events

Total
  • Push event: 7
Last Year
  • Push event: 7

Packages

  • Total packages: 1
  • Total downloads:
    • cran 610 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
cran.r-project.org: aebdata

Access Data from the Atlas do Estado Brasileiro

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 610 Last month
Rankings
Dependent packages count: 28.4%
Dependent repos count: 35.0%
Average: 50.1%
Downloads: 86.8%
Maintainers (1)
Last synced: 7 months ago

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v4 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.5.0 composite
  • actions/checkout v4 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • R >= 4.2.0 depends
  • httr2 * imports
  • readr * imports
  • rvest * imports
  • knitr * suggests
  • rmarkdown * suggests
  • stringi * suggests
  • testthat >= 3.0.0 suggests