| sei_set_default_config | R Documentation |
Stores the given configuration values as options(rsei.*) so subsequent
calls to sei_config (and therefore every operation) pick them up
without having to pass config explicitly.
sei_set_default_config(
sei_url = NULL,
sigla_sistema = NULL,
identificacao_servico = NULL,
id_unidade = NULL
)
sei_url |
Character. SEI Web Service endpoint (required for live calls).
Resolves from the argument, |
sigla_sistema |
Character. System sigla registered in SEI. |
identificacao_servico |
Character. Service access key (chave de acesso). |
id_unidade |
Character. Default unit id; many operations accept an empty string. |
Invisibly, the previous options (as returned by options()).
## Not run:
sei_set_default_config(
sigla_sistema = "HORTENSIAS",
identificacao_servico = Sys.getenv("RSEI_IDENTIFICACAO_SERVICO")
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.