Skip to content

mancano-tales/educabr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

educabr: Access Statistics on Brazilian Education logo

License: GPL-3

PT-BR:
educabr é um pacote em R que fornece funções para carregar, manipular e analisar dados sobre educação no Brasil.

EN:
educabr is an R package that provides functions to load, manipulate, and analyze data on education in Brazil.


Instalação | Installation

PT-BR:
Você pode instalar a versão de desenvolvimento diretamente do GitHub:

EN: You can install the development version directly from GitHub:

# Instale usando devtools
if (!require(devtools)) install.packages("devtools")
devtools::install_github("mancano-tales/educabr")

Exemplo de uso | Example

library(educabr)
# PT-BR: Exemplo: carrega dados de matrícula no Brasil
# EN: Example: loads data on enrollment in Brazil
data <- educabr()
head(data)

Funções disponíveis | Available functions

  • educabr):

    PT-BR: carrega dados de matrícula no Brasil de diferentes fontes. EN: loads data on enrollment in Brazil.


Contribuindo | Contributing

PT-BR: Contribuições são bem-vindas! Se você encontrar algum problema ou tiver sugestões, abra uma issue no repositório.

EN: Contributions are welcome! If you find any issues or have suggestions, please open an issue in the repository.


Licença | License

PT-BR: Este pacote é distribuído sob a licença GPL-3. Consulte o arquivo LICENSE para mais detalhes.

EN: This package is released under the GPL-3 license. See the LICENSE file for more details.

About

Access Statistics on Brazilian Education

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages