Download, load, unload coefficients.
ai_dowload_coefs(dir = NULL, ...) ai_load_coefs(dir = NULL) ai_unload_coefs()
dir | Directory path. |
---|---|
... | Arguments parameters passed to [utils::download.file()]. |
`ai_dowload_coefs` dowloads a file as a side effect.
`ai_load_coefs` loads the coefficients into the current session.
`ai_unload_coefs` unloads the coefficients from the current session.
[utils::download.file()].