George Santiago

Results 37 comments of George Santiago

Obrigado por reportar. Vou verificar.

Olá, @rv-alberto Qual script você usou para gerar a consulta? E com base em qual informação você acha que deveria ter milhões de registros na combinação de pesquisa que você...

Ok. Obrigado pela resposta. Vou verificar. Att

Olá, @rv-alberto Fiz algumas análises pelo SQLite e chegamos aos mesmos resultados. ``` SELECT * FROM cnpj_dados_cadastrais_pj WHERE situacao_cadastral = "08" AND opcao_pelo_mei = "S" ``` Julho: 5.252.179 Setembro: 1.967...

Maravilha. Se identificar mais alguma coisa, é só abrir uma issue. Vou deixar essa issue aberta até você informar a resposta da Receita Federal, ok? No mais, se puder, deixe...

> Oi George, > primeiro quero te parabenizar pela iniciativa... me ajudou muito porque uso os dados para tirar varias estatísticas de quantas empresas abrem e encerram por estado por...

I currently use the XML package only because of the `readHTMLTable` function. The xml2 package does not have a function to read tables in the HTML files, correct? I've already...

> Atualmente, uso o pacote XML apenas por causa da `readHTMLTable`função. O pacote xml2 não tem função de leitura de tabelas nos arquivos HTML, correto? Já tentei usar a função...

Would the approach below be viable? If the user set `true`, the 1st callback would only be at 300000 millis. But if the user set `false`, it would make the...

My intention with the proposal would be to solve two problems: 1) Configure a Ticker `(function, 8000, 0, MILLIS, false)` and immediately trigger the function registered in the Ticker callback...