| consultar_publicacao | R Documentation |
Chama a operação consultarPublicacao do SEI. Informe ao menos um filtro:
id_publicacao, id_documento ou protocolo_documento.
consultar_publicacao(
id_publicacao = NULL,
id_documento = NULL,
protocolo_documento = NULL,
config = sei_config(),
sin_retornar_andamento = "S",
sin_retornar_assinaturas = "S",
raw = FALSE,
verbose = FALSE
)
id_publicacao, id_documento, protocolo_documento |
Filtros (informe um). |
config |
Um objeto |
sin_retornar_andamento, sin_retornar_assinaturas |
"S" ou "N". |
raw |
Logical. Se |
verbose |
Logical. Se |
Um tibble (ou xml_document se raw = TRUE).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.