status_check | R Documentation |
This function fetches the status of all available SDFI services.
This package depends on at least one of these. It checks the official
status page. The status can also be followed on their official X-page
@DriftDataforsyn
.
status_check(return_df = FALSE, error_if_unavailable = FALSE)
return_df |
This option makes the function return a data.frame object with the services and their statuses listed |
error_if_unavailable |
This option forces the function to throw an error in the event that one or more services are unreachable. |
Returns a data frame object with the services and their statuses. Is
only returned if return_df = TRUE
.
Please note that the status at the status page is only checked at
regular intervals. If you would like to know if your machine can access the
serviceses, please try connection_check()
as well.
Other Connection checks:
connection_check()
if (connection_check()) {
status_check()
status_check(return_df = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.