It would be more secure to store the API in the system key vault. This should be possible with the [`keyring`](https://cran.r-project.org/web/packages/keyring/index.html) package. Then, `simfinapi` should only ask for the API key once and then retrieve it from the vault.
It would be more secure to store the API in the system key vault. This should be possible with the
keyringpackage.Then,
simfinapishould only ask for the API key once and then retrieve it from the vault.