This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Os dados estão presentes no repositório big query da base dos dados | |
SELECT id_municipio, | |
count(*) as quantidade_nivel_superior, | |
( select count(*) | |
from `basedosdados.br_me_rais.microdados_vinculos` vinc_sub | |
where vinc_sub.id_municipio = vinc.id_municipio and | |
ano = 2023 and | |
vinculo_ativo_3112 ="1" and | |
natureza_juridica = "1244") as total_servidores_municipio, #1244= município |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
####Aqui a função | |
processa_ws_sp_chamada<- function(ano, | |
codOrgao = "Detalhado", #Consolidado/Detalhado/<Código> | |
CodFonte = "Detalhado", #Consolidado/Detalhado/<Código> | |
CodFuncao="Detalhado", #Consolidado/Detalhado/<Código> | |
CodGrupo="Todos", #Todos/<Código> | |
CodModalidade = "Todos")#Todos/<Código> | |
{ | |
# Carregar o pacote necessário |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MPE UFC 2024/2 | |
# Autor: Humberto Bezerra de Meneses Júnior | |
# Data: 27/11/2024 | |
# -------------------------------------------------------------------- | |
# Definir o diretório de trabalho - no R é assim | |
# setwd("C:/Users/<CAMINHO DO ARQUIVO>/dados_ceara.xlsx") | |
# getwd() # Verificar o diretório atual | |
# Carregar as bibliotecas necessárias |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apple_screenshot <- function(file = tempfile(fileext = ".png")) { | |
cmd <- sprintf("screencapture -xC %s", file) | |
system(cmd) | |
invisible(file) | |
} | |
apple_keystroke <- function(x) { | |
cmd <- sprintf( | |
"osascript -e 'tell application \"System Events\" to keystroke \"%s\"'", | |
x |
See also:
Service | Type | Storage | Limitations |
---|---|---|---|
Amazon DynamoDB | 25 GB | ||
Amazon RDS | |||
Azure SQL Database | MS SQL Server | ||
👉 Clever Cloud | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(ipeadatar) | |
library(tidyverse) | |
library(readxl) | |
series_disponiveis<- | |
ipeadatar::available_series() | |
codigos<- | |
((series_disponiveis %>% |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder