| maybe_request | R Documentation |
This function checks an object without looking at the class. Due to a slight overhead in R6 method dispatch there can be a small gain by removing the class of the object and treating it as a bare environment. However, in that case is.Request will no longer work
maybe_request(x)
unclass_request(x)
x |
An object to check |
A boolean indicating with some certainty if the object is a request
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.