Description Usage Arguments Value Examples
Calculate coefficients from the API
1 2 | calculate_coef_api(country = NULL, url = "http://localhost:8001/",
path = "model")
|
country |
country to fit the model to |
url |
URL of API server |
path |
endpoint of API |
data frame
1 2 3 4 | ## Not run:
calculate_coef_api('Algeria', url='http://localhost:8001/', path='model')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.