Posts by Larissa Castro • 33 points
3 posts
- 
		1 votes0 answers63 viewsQ: Information download (Fault - Network error)Hello, I’m having difficulty downloading data from Anatel’s website through R Goal: Download data from Anatel’s website url = 'https://www.anatel.gov.br/dadosabertos/paineis_de_dados/acessos/' for… 
- 
		1 votes2 answers87 viewsQ: Update data and add new dataI am looking for data from IBGE (SIDRA), I need to add the last data and update the 3 previous periods, without changing or messing with the old data. Follows the code: library(sidrar) df <-… rasked Larissa Castro 33
- 
		1 votes0 answers91 viewsQ: Rstudio - Update and add new dataHello, I’m looking for IBGE data (library("sidrar")), df <- get_sidra (api = "/t/1846/n1/all/v/all/p/all/c11255/90707/d/v585%200") #Selecionando as colunas que me interessa df1 <-…