cpgfR
Dados consolidados do Cartão de Pagamento do Governo Federal (2013-2025)
Science Score: 26.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.1%) to scientific vocabulary
Repository
Dados consolidados do Cartão de Pagamento do Governo Federal (2013-2025)
Basic Info
- Host: GitHub
- Owner: datafobia
- Language: R
- Default Branch: main
- Size: 89.7 MB
Statistics
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
📦 cpgfR
The cpgfR package provides a consolidated database of the Federal Government Payment Card (CPGF).
The Federal Government Payment Card (CPGF) is a payment instrument used by the government that operates similarly to a regular credit card, but within specific limits and regulations. The government uses the CPGF to cover its own expenses, provided they qualify as advances of funds (suprimento de fundos).
📥 Installation
{.r}
install.packages("cpgfR")
cpgfR is also available on GitHub. You can install pre-release versions via:
{.r}
if (!require("devtools")) install.packages("devtools")
devtools::install_github("datafobia/cpgf")
How does it work?
Database the Federal Government Payment Card CPGF - Brazil (2013 up to April 2025)
```{.r}
Load the package
library(cpgfR)
Access the dataset
dataset <- cpgf_data()
See the data
View(cpgf_data) ```
But you may need the database directly from the source: https://portaldatransparencia.gov.br/download-de-dados/cpgf, which provides monthly data. In this case, you can use the get_cpgf function.
```{.r}
Download
january24 <- get_cpgf(2024, 1)
See the data
View(january24) ```
To automatically create a variable with the deflated value, simply provide the reference month and year in the deflate parameter.
```{.r}
Download
january2023 <- get_cpgf(2023, 1, "01/2024")
See the data
View(january2023) ```
Owner
- Login: datafobia
- Kind: user
- Repositories: 1
- Profile: https://github.com/datafobia
GitHub Events
Total
- Watch event: 1
- Member event: 1
- Push event: 31
Last Year
- Watch event: 1
- Member event: 1
- Push event: 31
Packages
- Total packages: 1
-
Total downloads:
- cran 229 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: cpgfR
Consolidates Information from the Federal Government Payment Card
- Documentation: http://cran.r-project.org/web/packages/cpgfR/cpgfR.pdf
- License: GPL-3
-
Latest release: 0.0.1.0
published 9 months ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.5 depends