http_status_codes | R Documentation |
Data frame with possible status codes and default messages based on RFC 9110. See also https://developer.mozilla.org/en-US/docs/Web/HTTP/Status.
http_status_codes
An object of class data.frame
with 62 rows and 3 columns.
str(http_status_codes)
http_status_codes[http_status_codes$category == "Successful",]
http_status_codes["500",]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.